Update issue templates

This commit is contained in:
Yuya Ochiai
2018-05-18 22:20:49 +09:00
parent 6ecf42a366
commit abcbd2c10a
3 changed files with 66 additions and 0 deletions

41
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
---
I confirm (by marking "x" in the [ ] below: [x]):
- [ ] This is not a troubleshooting question. [Troubleshooting questions go here: http://www.mattermost.org/troubleshoot/](http://www.mattermost.org/troubleshoot/).
- [ ] This doesn't reproduce on web browsers (such as in Chrome). If it does, [issue reports go to the Mattermost Server repository](https://github.com/mattermost/platform/issues).
- [ ] I have read [contributing guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md).
---
**Summary**
<!--
Issue in one concise sentence.
-->
**Environment**
- Operating System:
- Mattermost Desktop App version: X.X.X <!-- See [Help] > [Version Number] -->
- Mattermost Server version: X.X.X <!-- See [Mattermost Menu] > [About Mattermost], where [Mattermost Menu] can be accessed by clicking on three dots next to your profile picture -->
**Steps to reproduce**
1. Do ...
2. Then, ...
**Expected behavior**
**Observed behavior**
<!--
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.
-->