-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b93366
commit 7f97a18
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |