Add issue templates

Response to the 3rd item at #2819
This commit is contained in:
Adam Radocz 2018-11-14 19:25:24 +01:00
parent 9942a6da1d
commit a05808a8ee
5 changed files with 105 additions and 0 deletions

View File

@ -0,0 +1,28 @@
---
name: Bug/Performance report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**System Information (please complete the following information):**
- OS: [e.g. Windows 10]
- Version: [e.g. 7.14.2]
**Additional context**
Add any other context about the problem here.

28
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**System Information (please complete the following information):**
- OS: [e.g. Windows 10]
- Version: [e.g. 7.14.2]
**Additional context**
Add any other context about the problem here.

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

@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**System Information (please complete the following information):**
- OS: [e.g. Windows 10]
- Version: [e.g. 7.14.2]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
---
**Describe the problem**
A clear and concise description of the problem you're looking to solve.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -0,0 +1,7 @@
---
name: Other issues
about: Use this template for any other issues.
---
This template is for miscellaneous issues not covered by the other issue categories.