This is a living Document. The most recent copy is always available on the
Wiki
How To Contribute Code
Whether you’ve got a bugfix, documentation update, or new feature for us, these are the steps to follow to contribute code back into the main kandan repo.
1. Get the latest code from Github
You’ll need to understand a little bit about how git and gihub work before this step (if you need an introduction guide, Github has a good one you can learn from). In simple terms, log in to github, visit the Kandan project page, and click the “fork” button to create your own copy of the repo. You will push your changes to this new repo under your own github account, and we will pull changes into the main repo from there.