Skip to content

Commit 29a522b

Browse files
chore: Update issue templates
Add type
1 parent b2ed6df commit 29a522b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE/01-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: Suggest a new feature, or enhancement to an existing feature.
3-
labels: ['enhancement', 'needs-triage']
3+
labels: ['needs-triage']
4+
type: feature
45

56
body:
67
- type: textarea

.github/ISSUE_TEMPLATE/02-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: Create a report to help us reproduce and correct the bug
3-
labels: ['bug', 'needs-triage']
3+
labels: ['needs-triage']
4+
type: bug
45

56
body:
67
- type: markdown

.github/ISSUE_TEMPLATE/03-doc_improvement.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Documentation improvement
22
description: Create a report to help us improve the documentation. Alternatively you can just open a pull request with the suggested change.
33
labels: ['documentation', 'needs-triage']
4+
type: task
45

56
body:
67
- type: textarea

0 commit comments

Comments
 (0)