Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 749 Bytes

CONTRIBUTING.md

File metadata and controls

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