contrib info

This commit is contained in:
Kyle Drake 2014-04-14 10:08:32 -07:00
parent d30ecb5e1d
commit e799e72c15

View file

@ -51,4 +51,14 @@ Run the tests to see if they work:
``` ```
bundle exec rake test bundle exec rake test
``` ```
## Want to contribute?
If you'd like to fix bug, or make an improvement, it's easy! Just send us a Pull Request.
1. Fork it ( http://github.com/<my-github-username>/neocities/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request