I'm really glad you're reading this, because we need volunteer developers to help this project come to fruition.
If you haven't already, check out the current issues to see what we are working on and join in on the fun.
We are targeting a robust test coverage for the code, please write tests for new code you create.
Please create a GitHub Pull Request with a clear list of what you've done. We can always use more test coverage. Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).
Always write a clear log message for your commits. Feel free to tag @henrygeorgist for a review.
- Please consider the other people contributing to the code - make it readable and reusable.
- Please add comments to explain assumptions and limitations of the code
- Please add comments to describe appropriate use of public members.