Compare commits
2 commits
37a34720c0
...
b604cfb10e
Author | SHA1 | Date | |
---|---|---|---|
b604cfb10e | |||
9c5798c1b1 |
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
- help wanted
|
||||||
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