Thanks for contributing! ❤️
Just open a new one or attach for exist issue:
- For bug using the the label
bug
. If it is possible paste code sample or an executable test case demonstrating the expected behavior that is not occurring. It's helps! - For question using the the label
question
. - For enhancement: create issue BEFORE you start writing code and using the the label
enhancement
.
- Open a new GitHub pull request with the 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 🎉