Skip to content

Developer FAQ

raistlinthewiz edited this page Sep 25, 2014 · 2 revisions

I want to help the project - where should I start?

First off, read this, our source code and docs.

We will probably only consider adding collaborators to the repository if you exhibit reasonable knowledge and help out in a big way. You can send us any pull-requests if you're not a collaborator.

What should I work on?

Try to start something on your own by hacking around or talk to the people on IRC.

Okay, what needs to be done next?

At the time we don't have any specific to-do lists. Best to just start on the Issues page and try to fix stuff.

I've found a bug / some feature is not working

Please report it on the Issues page.

I've fixed a bug / got a new feature

Please send a pull-request so that we can merge your code. If you do not have a GitHub account, you should get one. If you can't or are too lazy to, we might push your code if you send us a patch or a pastebin. You're more likely to get pulled if you actually send us a pull-request, though.

I'm kinda new to git. Any guides?

Check help.github.com. Also, Google and (primarily) StackOverflow are your friends.