default labels per ISSUE_TEMPLATE type
This commit is contained in:
parent
a738c413bf
commit
0fcc4688f1
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: You're experiencing an issue with Packer that is different than the documented behavior.
|
about: You're experiencing an issue with Packer that is different than the documented behavior.
|
||||||
|
labels: bug
|
||||||
---
|
---
|
||||||
|
|
||||||
When filing a bug, please include the following headings if possible. Any
|
When filing a bug, please include the following headings if possible. Any
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: If you have something you think Packer could improve or add support for.
|
about: If you have something you think Packer could improve or add support for.
|
||||||
|
labels: enhancement
|
||||||
---
|
---
|
||||||
|
|
||||||
Please search the existing issues for relevant feature requests, and use the
|
Please search the existing issues for relevant feature requests, and use the
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: If you have a question, please check out our other community resources instead of opening an issue.
|
about: If you have a question, please check out our other community resources instead of opening an issue.
|
||||||
|
labels: question
|
||||||
---
|
---
|
||||||
|
|
||||||
Issues on GitHub are intended to be related to bugs or feature requests, so we
|
Issues on GitHub are intended to be related to bugs or feature requests, so we
|
||||||
|
|
Loading…
Reference in New Issue