Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
style(issue template): Change esptool version field to input
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Jun 15, 2022
1 parent 220c630 commit c00708b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
14 changes: 4 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report-no-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ body:
placeholder: ex. macOS 12.1 and Xubuntu 20.04
validations:
required: true
- type: dropdown
- type: input
id: version
attributes:
label: Version
description: What version of esptool are you running? If possible, consider updating esptool.
options:
- latest master
- v3.2
- v3.1
- v3.0
- v2.8
- other
label: Esptool Version
description: The output of `git describe` if working with the sources, output of `esptool.py version` otherwise. If possible, consider updating esptool.
placeholder: ex. v4.0.1, commit v4.1-10-g2059335aa
validations:
required: true
- type: input
Expand Down
14 changes: 4 additions & 10 deletions .github/ISSUE_TEMPLATE/issue-with-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,12 @@ body:
placeholder: ex. macOS 12.1 and Xubuntu 20.04
validations:
required: true
- type: dropdown
- type: input
id: version
attributes:
label: Version
description: What version of esptool are you running? If possible, consider updating esptool.
options:
- latest master
- v3.2
- v3.1
- v3.0
- v2.8
- other
label: Esptool Version
description: The output of `git describe` if working with the sources, output of `esptool.py version` otherwise. If possible, consider updating esptool.
placeholder: ex. v4.0.1, commit v4.1-10-g2059335aa
validations:
required: true
- type: input
Expand Down

0 comments on commit c00708b

Please sign in to comment.