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 explaining the changes you want to apply.
- Create your a branch for in which you will apply your change:
git checkout -b issue-[ISSUE_NUMBER_WITHOUT_HASHTAG]
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin issue-[ISSUE_NUMBER_WITHOUT_HASHTAG]
- Submit a pull request to the
master
branch of this repositoy 🙂