Skip to content

Commit e998f5b

Browse files
authored
Merge pull request #11640 from espressif/feat/updated-template
feat(github): Update template type
2 parents 13bacf5 + 10e73be commit e998f5b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE/Issue-report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,17 @@ 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:
89+
- Task
90+
- Bug
91+
- Question
92+
validations:
93+
required: true
8394
- type: input
8495
id: IDE
8596
attributes:

0 commit comments

Comments
 (0)