Contributing
Bug reports
Main way to report bugs is through Github issues.
Code
Main way to contribute code to Runko is by opening a pull request on Github.
The pull request should be atomic change and preferably small as possible.
It is better to break large change in many smaller changes which are easier to review.
New features should always come with tests and old tests should pass.
See git log for conventions on commit messages and try to follow them.