Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.28 KB

We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct. Here’s a quick guide:

  1. Fork the repository.
  2. Make your changes in a topic branch.
  3. Squash your commits into a single one (more on that here).
  4. Rebase against origin/master, push to your fork and submit a pull request.

At this point you’re waiting on us. We like to at least comment on, if not accept, pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

  • Write your code according to the thoughtbot Style Guide
  • Fix a bug, refactor code or expand an existing feature.
  • Use the right syntax and naming conventions.
  • Update parts of the documentation that are affected by your contribution.

Git Commit Messages

  • Capitalize your commit messages.
  • Start your message with a verb.
  • Use present tense.
  • Refer to the issue/PR number in your squashed commit message.