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
|
||||
about: Report a bug
|
||||
title: "[Bug]: "
|
||||
labels:
|
||||
- bug
|
||||
- help wanted
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
name: Feature request
|
||||
about: Request a feature
|
||||
title: "[Feature request]: "
|
||||
labels:
|
||||
- feature request
|
||||
body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
|
|
Loading…
Reference in a new issue