Want to advance Barometer? Help out by contributing!
Add it to GitHub by creating a new issue. Be sure to include all relevant information, like the versions of Barometer and Ruby you’re using. A gist of the code that caused the issue as well as any error messages are also very helpful.
Bugs and feature requests that include patches are much more likely to get attention. Here are some guidelines that will help ensure your patch can be applied as quickly as possible:
Use Git and GitHub: The easiest way to get setup is to fork the attack/barometer repo.
Write spec tests: If you add or modify functionality, it must include spec tests.
Mind the README
: If the patch adds or modifies a major feature, modify the README.rdoc
file to reflect that.
Push it: Once you’re ready, push your changes to a topic branch and add a note to the ticket with the URL to your branch. Or, say something like, “you can find the patch on johndoe/foobranch”.