Skip to content

Commit 5659011

Browse files
committed
tools: use new GH template syntax
1 parent f4f30a8 commit 5659011

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 🐛 Bug Report
22
description: Report a reproducible bug or regression.
3-
labels: ['bug', 'Status: Unconfirmed']
3+
type: bug
4+
labels: ['Status: Unconfirmed']
45
title: 'Bug: '
56
body:
67
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 💎 Feature Request
22
description: Request a new feature or enhancement
3-
labels: ['enhancement']
3+
type: enhancement
4+
labels: []
45
title: 'Feature Request: '
56
body:
67
- type: markdown

0 commit comments

Comments
 (0)