Contributing is kept simple:
-
Create an issue that describes the problem.
-
Create a pull-request
- Use clearly described commit messages in your changes
- Reference the issue in each commit message that will be part of the pull request
Example:
Fix parsing of null attributes fixes #999
-
Add unit tests. This is to keep your changes alive and to prevent any future regressions.