Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 357 Bytes

CONTRIBUTING.md

File metadata and controls

4 lines (4 loc) · 357 Bytes

When submitting a pull request, you should follow these rules:

  • Base your developments on the dev branch.
  • Don't generate single header files in your pull request, only modify the original files (the ones inside the include folder).
  • Add unit tests for your development or at least provide examples on how to test your changes in your pull request.