Also add labels for issue categories

The 'package-request' label has not been used yet, so I just added it.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
Patrick McCarty
2019-03-08 16:08:04 -08:00
committed by William Douglas
parent ef916fb11b
commit 09dc035b9f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
labels: new
labels: new, bug
---
@@ -1,7 +1,7 @@
---
name: Enhancement request
about: Suggest an idea for this project, like a new package or feature
labels: new
labels: new, enhancement
---
@@ -1,7 +1,7 @@
---
name: Package version update request
about: Suggest new versions for a package
labels: new
labels: new, package-request
---