Skip to content

Commit 299c6d4

Browse files
authored
Create CONTRIBUTING.md
1 parent 567c089 commit 299c6d4

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CONTRIBUTING.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Contributing to python-projects
2+
3+
Welcome to python-projects! We appreciate your interest in contributing to this repository and making it better. Your contributions can be in the form of bug fixes, new features, or improvements. To get started, please follow the guidelines below.
4+
5+
## Issues
6+
7+
If you encounter any issues or have ideas for improvements, please submit an issue in the [issue tracker](https://github.com/mrayanasim/python-projects/issues). When submitting an issue, provide a clear and detailed description of the problem or suggestion. This will help us understand and address it more effectively.
8+
9+
## Pull Requests
10+
11+
We encourage you to submit pull requests with your contributions. To do so, please follow these steps:
12+
13+
1. Fork the repository to your GitHub account.
14+
2. Clone the forked repository to your local machine.
15+
3. Create a new branch from the `main` branch.
16+
4. Implement your desired changes or additions.
17+
5. Commit your changes with descriptive commit messages.
18+
6. Push the changes to your forked repository.
19+
7. Submit a pull request to the `main` branch of the original repository (`mrayanasim09/python-projects`).
20+
21+
Please ensure that your pull request adheres to the following guidelines:
22+
23+
- Clearly describe the problem and solution in the pull request.
24+
- Include relevant tests if applicable.
25+
- Ensure your code follows the project's coding style and guidelines.
26+
- Verify that your changes do not introduce any new warnings or errors.
27+
28+
## Code of Conduct
29+
30+
We expect all contributors to adhere to the [Code of Conduct](CODE_OF_CONDUCT.md) in all interactions related to this project.
31+
32+
## License
33+
34+
By contributing to the python-projects repository, you agree that your contributions will be licensed under the [MIT License](LICENSE).
35+
36+
Thank you for considering contributing to python-projects. Your efforts are greatly appreciated!
37+

0 commit comments

Comments
 (0)