Merge pull request #182 from mattermost/issue-template

Proposed update to issue template
This commit is contained in:
jasonblais
2016-06-30 13:20:44 -04:00
committed by GitHub

View File

@@ -1,9 +1,33 @@
First of all, please read `CONTRIBUTING.md`.
I confirm (by marking "x" in the [ ] below):
- [ ] This is not a feature idea. Feature ideas go here: http://www.mattermost.org/feature-ideas/
- [ ] This is not a troubleshooting question. Troubleshooting questions go here: http://www.mattermost.org/troubleshoot/
- [ ] This is a product defect issue that can be reproduced using the steps listed below.
- [ ] I have read [CONTRIBUTING.md](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md).
---
When you have a trouble, please write below.
- Operationg system
- Mattermost desktop app version
- Mattermost server version
- How to reproduce the trouble
#### Summary
Issue in one concise sentence.
#### Steps to reproduce
Please include:
- Operating System
- Mattermost Desktop App version (See File > About Mattermost)
- Mattermost Server version (See Main Menu > About Mattermost)
- Clear steps to reproduce the issue
#### 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.