When submitting a pull request, you should follow these rules:
- Base your developments on the
devbranch. - Don't generate single header files in your pull request, only modify the original files (the ones inside the
includefolder). - Add unit tests for your development or at least provide examples on how to test your changes in your pull request.