Skip to content

Commit 5e35cc1

Browse files
authored
switch issue templates to use task types instead of bug / enhancement label (#5596)
1 parent a652677 commit 5e35cc1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐛 Bug Report
22
description: Create a bug report
3-
labels: [bug]
3+
type: Bug
44
body:
55
- type: markdown
66
attributes:
@@ -78,4 +78,4 @@ body:
7878
id: additional-info
7979
attributes:
8080
label: Additional Info
81-
description: Any additional info that you think might be useful or relevant to this bug
81+
description: Any additional info that you think might be useful or relevant to this bug
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: 💡 Feature request
33
about: Suggest an idea for this project
4-
labels: [enhancement]
4+
type: Feature
55
---
66

7-
<!--
7+
<!--
88
Thank you for sharing your idea!
99
1010
Please describe your idea in depth. If you're not sure what to write, imagine the following:
1111
- How is this important to you? How would you use it?
1212
- Can you think of any alternatives?
1313
- Do you have any ideas about how it can be implemented? Are you willing/able to implement it? Do you need mentoring?
14-
-->
14+
-->

0 commit comments

Comments
 (0)