Github: Update issue templates

This commit is contained in:
Wilson Snyder 2019-12-23 17:40:50 -05:00
parent 350de3719e
commit 81ee4930fc
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Something isn't working as expected, and it isn't "Unsupported." (Note our contributor agreement at https://github.com/verilator/verilator/.github/blob/master/CONTRIBUTING.adoc)
title: ''
labels: 'new', 'type: bug'
labels: new
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Feature Request
about: Request something should be supported, or a new feature added. (Note our contributor agreement at https://github.com/verilator/verilator/.github/blob/master/CONTRIBUTING.adoc)
title: ''
labels: new, type: feature-non-IEEE
labels: new
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Q and A, or Other
about: Ask a question, not related to a specific bug or feature request. (Note our contributor agreement at https://github.com/verilator/verilator/.github/blob/master/CONTRIBUTING.adoc)
title: ''
labels: new, type: q and a
labels: new
assignees: ''
---