Skip to content

Contributing to the Project

pjdavis edited this page Feb 23, 2011 · 3 revisions

Contributing

If you'd like to help, thanks! To make sure that getting patches goes smoothly, here are some steps to guide you along the way.

  1. Fork the repository. Click the "Fork" button near the top of the page, this will make a copy of the repository under your account (at yourname/hntsvll)
  2. Clone your repository using the command git clone [email protected]:yourname/hntsvll.git
  3. Hack the code. Add your features or fix bugs.
  4. Push your changes back to your github account git push
  5. Send a pull request to hsvruby, where somebody will look over your code and merge it into the code base

Congratulations, you just helped out hsv.rb! Thanks!

If you would like a more in-depth guide to forking and and contributing to github projects, check out http://help.github.com/forking/

Clone this wiki locally