chore: update issue templates (#2041)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2023-02-06 18:39:55 +08:00
parent ad1956fb45
commit 5b51cfcbe8
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
name: Bug Report name: Bug Report
about: Report a bug for dragonfly about: Report a bug for dragonfly
labels: kind/bug labels: bug
--- ---
@ -18,6 +18,7 @@ labels: kind/bug
<!-- How can a maintainer reproduce this issue (please be detailed) --> <!-- How can a maintainer reproduce this issue (please be detailed) -->
### Environment: ### Environment:
- Dragonfly version: - Dragonfly version:
- OS: - OS:
- Kernel (e.g. `uname -a`): - Kernel (e.g. `uname -a`):

View File

@ -1,6 +1,5 @@
--- ---
name: Custom name: Custom issue template
about: Custom issue template for dragonfly about: Custom issue template for dragonfly
labels: kind/custom
--- ---

View File

@ -1,7 +1,7 @@
--- ---
name: Feature Request name: Feature Request
about: Request a new feature for dragonfly about: Request a new feature for dragonfly
labels: kind/feature labels: enhancement
--- ---