You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in contributing! Before you open an issue or submit a pull request, please take a moment to read these guidelines.
4
+
5
+
## Reporting Issues
6
+
7
+
- Use the issue templates.
8
+
- Include as much detail as possible: what happened, what you expected, steps to reproduce.
9
+
10
+
## Proposing Changes
11
+
12
+
- Fork the repository and create a new branch for your changes.
13
+
- Keep your changes focused and minimal.
14
+
- Write clear, concise commit messages.
15
+
- If you've added code that should be tested, add tests.
16
+
- If you've changed APIs, update the documentation.
17
+
- Ensure the test suite passes, if any.
18
+
- Open a pull request with a summary of what you changed and why.
19
+
20
+
## License
21
+
22
+
By contributing to my open source projects, you agree that your contributions will be licensed under the LICENSE file in the root directory of each project's source tree.
23
+
24
+
## Code of Conduct
25
+
26
+
By participating, you are expected to uphold the [Code of Conduct](CODE_OF_CONDUCT.md).
0 commit comments