Update issue templates

This commit is contained in:
ahkok
2019-05-02 11:47:46 -07:00
committed by GitHub
parent 84407df262
commit 4405d940be
4 changed files with 22 additions and 3 deletions
+7 -2
View File
@@ -1,6 +1,11 @@
---
name: Bug report
about: Please describe the problem. If possible, include the Clear Linux version, the steps needed to reproduce, and the expected outcome.
labels: new, bug
about: Please describe the problem. If possible, include the Clear Linux version,
the steps needed to reproduce, and the expected outcome.
title: ''
labels: bug, new
assignees: ''
---
@@ -1,7 +1,9 @@
---
name: Enhancement request
about: Suggest an idea for this project, like a new package or feature
labels: new, enhancement
title: ''
labels: enhancement, new
assignees: ''
---
+10
View File
@@ -0,0 +1,10 @@
---
name: Package request
about: Suggest new versions for a package, or the addition of a package.
title: ''
labels: new, package-request
assignees: ''
---
@@ -1,7 +1,9 @@
---
name: Package version update request
about: Suggest new versions for a package
title:
labels: new, package-request
assignees:
---