- Fork the repository and create a feature branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
- Follow the project's coding style.
- Write clear commit messages.
- Ensure tests are included with new features or bug fixes.
- Open an issue if you find a bug or have a feature request.