mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/github_template_chip_revision' into 'master'
change(github): add chip revision into templates See merge request espressif/esp-idf!25528
This commit is contained in:
commit
5a9a9620d5
10
.github/ISSUE_TEMPLATE/02_runtime_bug.yml
vendored
10
.github/ISSUE_TEMPLATE/02_runtime_bug.yml
vendored
@ -22,6 +22,14 @@ body:
|
|||||||
placeholder: ex. v3.2-dev-1148-g96cd3b75c
|
placeholder: ex. v3.2-dev-1148-g96cd3b75c
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: chip_revision
|
||||||
|
attributes:
|
||||||
|
label: Espressif SoC revision.
|
||||||
|
description: On which Espressif SoC revision does your application run on? Run `esptool chip_id` to find it.
|
||||||
|
placeholder: ex. ESP32-C3 (QFN32) (revision v0.3)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: operating_system
|
id: operating_system
|
||||||
attributes:
|
attributes:
|
||||||
@ -63,7 +71,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Development Kit.
|
label: Development Kit.
|
||||||
description: On which Development Kit does this issue occur on?
|
description: On which Development Kit does this issue occur on?
|
||||||
placeholder: ex. ESP32-Wrover-Kit v2 | Custom Board
|
placeholder: ex. ESP32-Wrover-Kit v2 | Custom Board | QEMU
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
Loading…
Reference in New Issue
Block a user