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.
- Fork it!
- Create an issue.
- Create your feature branch identified by your issue id number:
git checkout -b issue-###
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin issue-###
- Submit a pull request 🙂