Browse Source
fixup: issue templates due to labels reorg
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
pull/1320/head
Philip H
8 months ago
No known key found for this signature in database
GPG Key ID: DA39C2199C603FA5
2 changed files with
2 additions and
2 deletions
-
.github/ISSUE_TEMPLATE/01-bug-report.yml
-
.github/ISSUE_TEMPLATE/02-feature-request.yml
|
|
@ -3,7 +3,7 @@ name: 🐛 Bug Report |
|
|
|
description: Create a report to help us improve |
|
|
|
title: "[Bug]: " |
|
|
|
labels: |
|
|
|
- "bug" |
|
|
|
- "type: bug" |
|
|
|
|
|
|
|
body: |
|
|
|
- type: markdown |
|
|
|
|
|
@ -3,7 +3,7 @@ name: 🛠️ Feature Request |
|
|
|
description: Suggest an idea to help us improve |
|
|
|
title: "[Feat]: " |
|
|
|
labels: |
|
|
|
- "enhancement" |
|
|
|
- "type: feature request" |
|
|
|
|
|
|
|
body: |
|
|
|
- type: markdown |
|
|
|