How to contribute
- Open a new issue describing the desired feature or the bug. If you are willing to add/fix yourself, go to point 2.
- Fork the project and make the required changes.
- If adding a new feature, implement a unit test(s) for your changes. Otherwise, update the unit test(s) associated with your changes accordingly.
- Merge the latest version from the master to your branch and run all unit tests to verify changes have not broken stable code.
- Make a pull request from the new branch to the master, assign the issue to @krzysztofarendt for review and for merging to the master branch.