Simple description of the contribution process for this repository.
Report issues using github's issues. Do not forget to provide source code allowing to reproduce the problem you're reporting.
To propose a fix, you should follow the process below (similar to github flow:
- Open an issue (see previous section).
- Fork this repository under your name if not already done. If already done, make sure to synchronise development branch of this repository with your fork's development branch.
- Create a branch on your fork based on the development branch.
- Implement the fix/feature on your repository's branch.
- Propose a pull request referencing explictely the issue it is related to.