summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2015-04-08 10:48:51 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2015-04-08 10:48:51 +0200
commitaec2af1e243054ba864279889468379ad0784e63 (patch)
tree746b5b9299fc4755b35e0ff7e903c6ecd58406da /CONTRIBUTING.md
parent45071a8baaacb5734409eb0d35335fff1b205936 (diff)
Link to thoughtbot's contributor code of conduct
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 475c288..59d240d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,9 +28,12 @@ existing test suite passes with any changes you make. Also, any attempts to add
or extend tests will increase the chances of your pull request being merged.
Submit a pull request using GitHub. If there is a relevant bug, mention
-it in the commit message (`Fixes #42.`).
+it in the commit message (`Fixes #42.`). We love pull requests from everyone.
+By participating in this project, you agree to abide by the thoughtbot
+[code of conduct].
[mailmap]: https://github.com/git/git/blob/master/Documentation/mailmap.txt
+[code of conduct]: https://thoughtbot.com/open-source-code-of-conduct
Setup
-----