Skip to content

Commit 37a60ae

Browse files
authored
chore: use new github issue types (#2005)
1 parent 9fd65d9 commit 37a60ae

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug Report
22
description: File a bug report
3-
title: "[Bug]: "
4-
labels: ["S-Triage", "T-Bug"]
3+
type: Bug
4+
labels: ["S-Triage"]
55
body:
66
- type: markdown
77
attributes:
@@ -11,8 +11,6 @@ body:
1111
attributes:
1212
label: What happened?
1313
description: Also tell us, what did you expect to happen?
14-
placeholder: Tell us what you see!
15-
value: "A bug happened!"
1614
validations:
1715
required: true
1816
- type: input
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature suggestion
22
description: Suggest a new feature
3-
title: "[Feature]: "
4-
labels: ["S-Triage", "T-Feature Request"]
3+
type: Feature
4+
labels: ["S-Triage"]
55
body:
66
- type: markdown
77
attributes:
@@ -10,20 +10,16 @@ body:
1010
id: describe
1111
attributes:
1212
label: Describe the feature
13-
description: A high level description.
14-
placeholder: A feature that allows users to...
1513
validations:
1614
required: true
1715
- type: textarea
1816
id: example
1917
attributes:
20-
label: Suggestion or Example of how the feature would be used
21-
description: What should the feature look like?
18+
label: Suggestion or example of how the feature would be used
2219
- type: checkboxes
2320
id: duplicate
2421
attributes:
2522
label: Duplicate declaration
26-
description: Please confirm that you are not creating a duplicate issue.
2723
options:
2824
- label: I have searched the issues and this feature has not been requested before.
2925
required: true
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Improvement suggestion
22
description: Suggest an improvement to an existing feature
3-
title: "[Improvement]: "
4-
labels: ["S-Triage", "T-Improvement"]
3+
type: Improvement
4+
labels: ["S-Triage"]
55
body:
66
- type: markdown
77
attributes:
@@ -10,15 +10,12 @@ body:
1010
id: describe
1111
attributes:
1212
label: Describe the improvement
13-
description: A high level description.
14-
placeholder: Add functionality that allows users to ...
1513
validations:
1614
required: true
1715
- type: checkboxes
1816
id: duplicate
1917
attributes:
2018
label: Duplicate declaration
21-
description: Please confirm that you are not creating a duplicate issue.
2219
options:
2320
- label: I have searched the issues and this improvement has not been requested before.
2421
required: true

0 commit comments

Comments
 (0)