Thank you for your interest in contributing to PatternsHub! We welcome contributions from everyone and truly value your efforts to improve this project. 🚀
- Fork the repo 🍴: Make a copy of this repository to your own GitHub account.
- Create your feature branch 🔀: (
git checkout -b feature/YourFeatureName
). - Make your changes ✍️: Add or edit the content as needed.
- Commit your changes 💾: (
git commit -am 'Add some feature'
). - Push to the branch 📤: (
git push origin feature/YourFeatureName
). - Create a new Pull Request 📝: Submit your changes for review.
- Ensure your code follows the basic Python coding conventions. 🐍
- Write clear, descriptive commit messages. 📄
- Ensure that your changes do not break the existing functionality. ✔️
- Update the README.md with details of changes if applicable. 📚
- Use the Issues section to report bugs. 🐛
- Describe the bug and the expected behavior. 📖
- Include steps to reproduce the bug. 🕵️♂️
- Follow the standard Python PEP8 guidelines for styling your code. 📏
- Keep your code clean and well-commented. ✨
By contributing, you agree that your contributions will be licensed under the MIT License. 📜
We appreciate your contributions which help make this project better! ❤️