Contribution
There are several ways in which you may contribute to this project.
- File issues
- Submit a pull requests
Found a bug or missing feature?#
Please file an issue in our issue tracking system.
Submit a Pull Request#
If you found a solution to an open issue and implemented it, we would be happy to add your contribution in the code base. For doing so, please create a pull request. Prior to that, please make sure you:
- rebase against the
develop
branch - stick to project coding conventions
- added test cases for the problem you are solving
- added docs, describing the change
- generally comply with codacy report