First off, thanks for taking the time to contribute!
All types of contributions are encouraged and valued. Please read the rest of this document before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions.
We follow the Feature Branch Workflow. You can therefore submit your changes in the form a pull requests (https://help.github.com/articles/about-pull-requests/).
Before submitting your pupll request:
- make sure the test are succeeding by running
make test
. - If needed, add some unit tests.
- Be explicit in your naming and description of your pull request.
We follow the Conventional Commits convention for our commits.