summaryrefslogtreecommitdiffstats
path: root/doc/developer/Code-Contribution-Guidelines.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-13 13:32:57 -0700
committerit33 <iantien@gmail.com>2015-10-13 13:32:57 -0700
commit8f5a73705cbf2fd5773d7a4f74cc12f5d6f0f1bb (patch)
tree71cec4a8805373e63479c3f93a71c80ff8238242 /doc/developer/Code-Contribution-Guidelines.md
parentee85f6512f927e74cd01114c3806c887e0ccb639 (diff)
downloadchat-8f5a73705cbf2fd5773d7a4f74cc12f5d6f0f1bb.tar.gz
chat-8f5a73705cbf2fd5773d7a4f74cc12f5d6f0f1bb.tar.bz2
chat-8f5a73705cbf2fd5773d7a4f74cc12f5d6f0f1bb.zip
Update Code-Contribution-Guidelines.md
Diffstat (limited to 'doc/developer/Code-Contribution-Guidelines.md')
-rw-r--r--doc/developer/Code-Contribution-Guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/Code-Contribution-Guidelines.md b/doc/developer/Code-Contribution-Guidelines.md
index 1e5028761..48bbf2491 100644
--- a/doc/developer/Code-Contribution-Guidelines.md
+++ b/doc/developer/Code-Contribution-Guidelines.md
@@ -35,7 +35,7 @@ git checkout -b <branch name>
1. Please add yourself to the Mattermost [approved contributor list](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true) prior to submitting by completing the [contributor license agreement](http://www.mattermost.org/mattermost-contributor-agreement/).
-2. When you submit your pull request please make it again `master` and include the Ticket ID at the beginning of your pull request comment, followed by a colon.
+2. When you submit your pull request please make it against `master` and include the Ticket ID at the beginning of your pull request comment, followed by a colon.
For example, for a ticket ID `PLT-394` start your comment with: `PLT-394:`. See [previously closed pull requests](https://github.com/mattermost/platform/pulls?q=is%3Apr+is%3Aclosed) for examples.