Skip to content

Commit

Permalink
Add CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
teoljungberg committed Jul 4, 2016
1 parent 4b93366 commit 7f97a18
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing

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

[code of conduct]: https://thoughtbot.com/open-source-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 the repository.
2. Run `bin/setup`, which will install dependencies and create the dummy
application database.
3. Run `bin/appraisal rake` to verify that the tests pass against all
supported versions of Rails.
4. Make your change with new passing tests, following the [style guide].
5. Write a [good commit message], push your fork, and submit a pull request.

[style guide]: https://github.com/thoughtbot/guides/tree/master/style
[good commit message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Others will give constructive feedback. This is a time for discussion and
improvements, and making the necessary changes will be required before we can
merge the contribution.

0 comments on commit 7f97a18

Please sign in to comment.