summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-12-08 08:34:50 -0800
committerit33 <iantien@gmail.com>2015-12-08 08:34:50 -0800
commit0d69151052728a7f5059cc84939af3035c2a0c15 (patch)
tree15eb2ac1de82123cec18da6f2e094311aa0f01d5 /CONTRIBUTING.md
parente2a240941d02ddf84e1b736bde26f859a2846fd7 (diff)
downloadchat-0d69151052728a7f5059cc84939af3035c2a0c15.tar.gz
chat-0d69151052728a7f5059cc84939af3035c2a0c15.tar.bz2
chat-0d69151052728a7f5059cc84939af3035c2a0c15.zip
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 18fd7c229..41a8f9375 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,7 +49,7 @@ git checkout -b <branch name>
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
- - All pull requests must have a ticket ID so the issue can be tracked and tested properly. If there is no existing ticket in Jira, please [file an issue in GitHub](http://www.mattermost.org/filing-issues/) so a Jira ticket can be created
+ - All pull requests must have a ticket ID so the issue can be tracked and tested properly. If there is no existing ticket in Jira, please [file a bug in GitHub](http://www.mattermost.org/filing-issues/) or a [feature idea you're proposing to implement](http://www.mattermost.org/feature-requests/) so a Jira ticket can be created
3. Please include a comment on the pull request describing the changes