Browse Source

Update issue templates

Jaime van Kessel 5 years ago
parent
commit
75ee2dfd86
2 changed files with 23 additions and 1 deletions
  1. 1 1
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 22 0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 1 - 1
.github/ISSUE_TEMPLATE/bug-report.md

@@ -2,7 +2,7 @@
 name: Bug report
 about: Create a report to help us fix issues.
 title: ''
-labels: ''
+labels: 'Type: Bug'
 assignees: ''
 
 ---

+ 22 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,22 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: 'Type: New Feature'
+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. If possible, describe why you think this is a good solution.-->
+
+**Describe alternatives you've considered**
+<!-- A clear and concise description of any alternative solutions or features you've considered. Again, if possible, think about why these alternatives are not working out. -->
+
+**Affected users and/or printers **
+<!-- Who do you think will benefit from this? Is everyone going to benefit from these changes? Only a few people? --> 
+**Additional context**
+<!-- Add any other context or screenshots about the feature request here. -->