Merge pull request #11640 from espressif/feat/updated-template
feat(github): Update template type
This commit is contained in:
commit
e998f5be8f
1 changed files with 11 additions and 0 deletions
11
.github/ISSUE_TEMPLATE/Issue-report.yml
vendored
11
.github/ISSUE_TEMPLATE/Issue-report.yml
vendored
|
|
@ -80,6 +80,17 @@ body:
|
||||||
- other
|
- other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: type
|
||||||
|
attributes:
|
||||||
|
label: Type
|
||||||
|
description: How would you define the type of the issue? Please select from the types below.
|
||||||
|
options:
|
||||||
|
- Task
|
||||||
|
- Bug
|
||||||
|
- Question
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: IDE
|
id: IDE
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue