-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing to the Project
pjdavis edited this page Feb 23, 2011
·
3 revisions
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.
- 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)
- Clone your repository using the command
git clone [email protected]:yourname/hntsvll.git
- Hack the code. Add your features or fix bugs.
- Push your changes back to your github account
git push
- 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/