From 8610f9f943db5ad52146e654b534716831aba4c4 Mon Sep 17 00:00:00 2001 From: lfbrock Date: Mon, 6 Mar 2017 15:38:38 -0500 Subject: [PATCH] Create ISSUE_TEMPLATE.md (#328) --- ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..1c07fd244 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +Submit feature requests to http://www.mattermost.org/feature-requests/. +File non-security related bugs here in the following format: + +#### Summary +Issue in one concise sentence + +#### Steps to reproduce +How can we reproduce the issue (what version are you using?) + +#### Expected behavior +Describe your issue in detail + +#### Observed behavior +What did you see happen? Please include relevant error messages and/or screenshots. + +#### Possible fixes +If you can, link to the line of code that might be responsible for the problem