Automatically apply GitHub labels on issue creation
This commit is contained in:
parent
ee4de6a871
commit
8c3c426998
1
.github/ISSUE_TEMPLATE/Bug_Report.md
vendored
1
.github/ISSUE_TEMPLATE/Bug_Report.md
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Create a bug report
|
about: Create a bug report
|
||||||
|
labels: "Type: Bug"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Have a question? Join #thelounge on freenode -->
|
<!-- Have a question? Join #thelounge on freenode -->
|
||||||
|
1
.github/ISSUE_TEMPLATE/Feature_Request.md
vendored
1
.github/ISSUE_TEMPLATE/Feature_Request.md
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Request a new feature
|
about: Request a new feature
|
||||||
|
labels: "Type: Feature"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Have a question? Join #thelounge on freenode. -->
|
<!-- Have a question? Join #thelounge on freenode. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user