Your contributions to this project are very welcome. If you want to fix a bug or propose a new feature, you can open a new Pull Request but first make sure it follows these general rules:
- Sign this Contributor License Agreement to allow us to publish your changes to the code.
- Make your changes on a separate branch. This will speed up the merging process.
- Always make the target of your pull request the
develop
branch, notmaster
. - Please review our coding style for instructions on how to properly style the code.
- Add a thorough description of all the changes.
Thank you for your commitment!