summaryrefslogtreecommitdiffstats
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2017-06-16 09:39:28 -0700
committerCorey Hulen <corey@hulen.com>2017-06-16 09:39:28 -0700
commit617c6e0b23af1ba84aaa531261e951c5ce53102e (patch)
tree19f7594b8b9dd43a248a813f05abe1272149bf69 /ISSUE_TEMPLATE.md
parent0b204ac82ad7db242995decfdb6bfbcbbfa58b5d (diff)
downloadchat-617c6e0b23af1ba84aaa531261e951c5ce53102e.tar.gz
chat-617c6e0b23af1ba84aaa531261e951c5ce53102e.tar.bz2
chat-617c6e0b23af1ba84aaa531261e951c5ce53102e.zip
Clarify "bug" in issue template (#6463)
* Clarify "bug" in issue template * Update ISSUE_TEMPLATE.md * Updating per JB, HH feedback
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index 122880f1e..8bc8e160d 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,10 +1,12 @@
-For feature requests, please see: http://www.mattermost.org/feature-requests/.
-For troubleshooting questions, please post on the forums: http://forum.mattermost.org/.
+Per Mattermost guidelines, GitHub issues are for bug reports: http://www.mattermost.org/filing-issues/
-For issues with the product, please follow the steps at http://www.mattermost.org/filing-issues/ and post here in the following format:
+For troubleshooting see: http://forum.mattermost.org/.
+For feature proposals see: http://www.mattermost.org/feature-requests/
+
+If you've found a bug--something appears unintentional--please report using the following format:
#### Summary
-Issue in one concise sentence
+Bug report in one concise sentence
#### Steps to reproduce
How can we reproduce the issue (what version are you using?)
@@ -12,7 +14,7 @@ How can we reproduce the issue (what version are you using?)
#### Expected behavior
Describe your issue in detail
-#### Observed behavior
+#### Observed behavior (that appears unintentional)
What did you see happen? Please include relevant error messages and/or screenshots.
#### Possible fixes