Skip to content

Commit 4f0dd45

Browse files
authored
Merge pull request #11667 from espressif/fix/indentation
fix(github-template): indentation
2 parents 866359a + 18daf31 commit 4f0dd45

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/Issue-report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ body:
8181
validations:
8282
required: true
8383
- 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:
89-
- Task
90-
- Bug
91-
- Question
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:
89+
- "Task"
90+
- "Bug"
91+
- "Question"
9292
validations:
9393
required: true
9494
- type: input

0 commit comments

Comments
 (0)