Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 811 Bytes

File metadata and controls

15 lines (11 loc) · 811 Bytes

Contribution guidelines

Simple description of the contribution process for this repository.

Reporting an issue

Report issues using github's issues. Do not forget to provide source code allowing to reproduce the problem you're reporting.

Proposing a fix

To propose a fix, you should follow the process below (similar to github flow:

  1. Open an issue (see previous section).
  2. 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.
  3. Create a branch on your fork based on the development branch.
  4. Implement the fix/feature on your repository's branch.
  5. Propose a pull request referencing explictely the issue it is related to.