We use the GitHub issue tracker to track bugs, feature requests and questions.
Before filing a new issue, please search the tracker to check if it's already covered by an existing report.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request into the
main
branch