Browse Source

fixup: issue templates due to labels reorg

Signed-off-by: Philip H <[email protected]>
pull/1320/head
Philip H 9 months ago
parent
commit
75df17476f
No known key found for this signature in database GPG Key ID: DA39C2199C603FA5
  1. 2
      .github/ISSUE_TEMPLATE/01-bug-report.yml
  2. 2
      .github/ISSUE_TEMPLATE/02-feature-request.yml

2
.github/ISSUE_TEMPLATE/01-bug-report.yml

@ -3,7 +3,7 @@ name: 🐛 Bug Report
description: Create a report to help us improve description: Create a report to help us improve
title: "[Bug]: " title: "[Bug]: "
labels: labels:
- "bug" - "type: bug"
body: body:
- type: markdown - type: markdown

2
.github/ISSUE_TEMPLATE/02-feature-request.yml

@ -3,7 +3,7 @@ name: 🛠️ Feature Request
description: Suggest an idea to help us improve description: Suggest an idea to help us improve
title: "[Feat]: " title: "[Feat]: "
labels: labels:
- "enhancement" - "type: feature request"
body: body:
- type: markdown - type: markdown

Loading…
Cancel
Save