Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 614 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 614 Bytes

Contributing

We love contributions from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.

We expect everyone to follow the code of conduct anywhere in thoughtbot's project codebases, issue trackers, chatrooms, and mailing lists.

Contributing Code

  1. Fork it!
  2. Create an issue.
  3. Create your feature branch identified by your issue id number: git checkout -b issue-###
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin issue-###
  6. Submit a pull request 🙂