Add labels?
This commit is contained in:
parent
37a34720c0
commit
9c5798c1b1
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Request a feature
|
about: Request a feature
|
||||||
title: "[Feature request]: "
|
title: "[Feature request]: "
|
||||||
|
labels:
|
||||||
|
- feature request
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
|
|
Loading…
Reference in a new issue