Thank you for considering contributing to Awesome-Python-Resources! Your help is greatly appreciated.
-
Reporting Bugs:
- Open an issue describing the bug.
- Provide steps to reproduce the issue.
- Include screenshots or code snippets if applicable.
-
Adding New Resources:
- Fork the repository.
- Create a new branch:
git checkout -b add-new-resource
. - Add the resource to the appropriate file.
- Commit your changes:
git commit -m 'Add new resource: [resource name]'
. - Push to the branch:
git push origin add-new-resource
. - Open a pull request.
-
Improving Documentation:
- Fix typos, clarify content, or expand explanations.
- Follow the steps for adding new resources.
-
Suggesting Enhancements:
- Open an issue with your suggestion.
- Explain the enhancement and why it would be useful.
Please read and follow our Code of Conduct to maintain a welcoming community.
By contributing, you agree that your contributions will be licensed under the MIT License.