Skip to content
brownhead edited this page Dec 29, 2012 · 6 revisions

Before you start working on code for Galah, understand the license that it is released under and what that means for you. Also look at my plans for Galah in the future and take those into account.

To get started hacking on Galah, check out the Technical Overview and try to familiarize yourself a little bit with the code. Once your sort of comfortable, check out the issue tracker and pick any of the issues to tackle. Anything marked Trivial is a simple issue that should be easy enough for someone who is new to the project to tackle without too much of a problem. Make sure to comment on the issue so we know your working on it. Once you're finished, submit a pull request (if you are confused as to how working on a github project in general works this is a good resource).

Also, if you find a bug in Galah and would like to fix it, please create an issue for it and allow us to discuss the best way to solve it before you send a pull request unless the bug is very trivial (typos, clearly mis-implemented behavior, etc.).