Skip to content

Commit 4eff7f9

Browse files
committed
fix(template): Fix issue report template
1 parent 4f0dd45 commit 4eff7f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/Issue-report.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ body:
8080
- other
8181
validations:
8282
required: true
83-
- type: dropdown
84-
id: type
85-
attributes:
86-
label: Type
87-
description: How would you define the type of the issue? Please select from the types below.
88-
options:
83+
- type: dropdown
84+
id: type
85+
attributes:
86+
label: Type
87+
description: How would you define the type of the issue? Please select from the types below.
88+
options:
8989
- "Task"
9090
- "Bug"
9191
- "Question"

0 commit comments

Comments
 (0)