Update issue templates
Improved issue templates
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report a bug or a feature that is not working how you expect it to
|
about: Report a bug or a feature that is not working how you expect it to
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'Type: Bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -19,12 +19,10 @@ Steps to reproduce the behavior:
|
|||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem and annotate the images.
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Desktop (please complete the following information):**
|
||||||
- OS: [e.g. iOS]
|
- OS: [e.g. iOS]
|
||||||
- Browser [e.g. chrome, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|||||||
20
.github/ISSUE_TEMPLATE/design-improvement.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/design-improvement.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Design Improvement
|
||||||
|
about: Create a report to help us improve the design of the application
|
||||||
|
title: "[DESIGN IMPROVEMENT]"
|
||||||
|
labels: 'Type: Enhancement'
|
||||||
|
assignees: DilanBoskan
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the flaw**
|
||||||
|
A clear and concise description of where the design flaw is to be found
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A desired solution to the flaw.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem and annotate the images.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
20
.github/ISSUE_TEMPLATE/enhancement-request.md
vendored
20
.github/ISSUE_TEMPLATE/enhancement-request.md
vendored
@@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
name: Enhancement Request
|
|
||||||
about: Suggest a way to improve the application
|
|
||||||
title: "[ENHANCEMENT]"
|
|
||||||
labels: 'Type: Enhancement'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
20
.github/ISSUE_TEMPLATE/installation-problem.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/installation-problem.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Installation Problem
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: "[INSTALLATION PROBLEM]"
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
On which installation step did you encounter the issue.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
Add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
Reference in New Issue
Block a user