- Ensure your bug has not already been reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one.
- Be sure to include a title and clear description, as much relevant information as possible and a code sample or an executable test case demonstrating the expected behaviour that is not occurring.
Whether it is fixing a bug or developing a new feature you want included in this project; follow these simple guidelines.
-
Open a new GitHub Pull Request with your code patch.
- Fork this project
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a Pull Request 🎉
-
Ensure the PR description clearly describes the problem, or your new feature, as well as your proposed solution or implementation. Include the relevant issue number, if applicable.
- Suggest your change as a new issue using the label
enhancement
before you start writing code. I would hate for you to waste time as your new feature/change may not align with the project roadmap. Assume nothing, always check it out first.
Thank you for contributing to this project! Your help is valued far more than you may realise. ❤️