Skip to content

Commit db37f01

Browse files
committed
add contributing
1 parent 5df2c78 commit db37f01

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Contributing Guidelines
2+
3+
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).
27+
28+
Thank you for your contributions!

0 commit comments

Comments
 (0)