Thank you for your interest! There are a few ways you can help make this project better!
If you want to ensure that your issue gets fixed fast you should attempt to reproduce the issue in an isolated example application that you can share.
If you'd like to submit a pull request please adhere to the following:
- Your code must be tested. Please TDD your code!
- No single-character variables
- Two-spaces instead of tabs
- Single-quotes instead of double-quotes unless you are using string interpolation or escapes.
- General Rails/Ruby naming conventions for files and classes
- Do not use Ruby 1.9 stabby proc syntax
Plase note that you must adhere to each of the above mentioned rules. Failure to do so will result in an immediate closing of the pull request. If you update and rebase the pull request to follow the guidelines your pull request will be re-opened and considered for inclusion.
- Josh Adams (knewter / IRC: jadams)
- Philip Arndt (parndt / IRC: parndt)
- Ryan Bigg (Radar / IRC: Radar)
- Johan Bruning (JohanB / IRC: gidogeek)
- Garrett Heinlen (GoGoGarrett / IRC: GoGoGarrett)
- Andrew Hooker (GeekOnCoffee / IRC: GeekOnCoffee)
- Uģis Ozols (ugisozols / IRC: ugisozols)
- Rob Yurkowski (robyurkowski / IRC: robyurkowski)
And with much thanks to the following people:
- Wiljo Rouwenhorst (logos, design)
- IRC channel: irc.freenode.net #afterburner
- Please open a pull request for your code change, no matter how small the change. As irritating as that is, someone should be around to commit it at almost all hours of the day, so you shouldn't be delayed that long.
- Please keep the master branch deployable at all times. New features in branches. Bugfixes in branches.
- Rebase where possible--don't merge.
- Name your branches descriptively, and delete them when they're merged in.
All code should be thoroughly documented using Markdown with YARD tags. You can run the YARD server and have it reload while you work so you can preview your changes:
yard server --reload
Then tune in to locahost:8808
to see what's going on.
Don’t get discouraged! We estimate that the response time from the maintainers is around: NaN