Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 604 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 604 Bytes

Contributing

First off, thanks for thinking of contributing to this project! Pull requests for all!

By participating in this project, you agree to abide by the thoughtbot code of conduct.

Fork, then clone the repo:

git clone git@github.com:your-username/Top-Secret-Rep-Finder.git

Make sure the tests pass:

rake

Make your change. Add tests for your change. Make the tests pass:

rake

Push to your fork and submit a pull request. Remember to write good commit messages along the way.

At this point you're waiting on us!