Skip to content

Commit

Permalink
Update bug_report.yml (#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Oct 24, 2022
1 parent ee51b0b commit 3bd1725
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body:
- type: textarea
validations:
required: true
id: problem
attributes:
label: The problem
description: >-
Expand All @@ -34,6 +35,7 @@ body:
- type: dropdown
validations:
required: true
id: installation
attributes:
label: What type of installation are you using?
options:
Expand All @@ -50,13 +52,16 @@ body:
- type: dropdown
validations:
required: true
id: platform
attributes:
label: What platform are you using?
options:
- ESP8266
- ESP32
- ESP32-IDF
- RP2040
- type: input
id: board
attributes:
label: Board
description: >
Expand All @@ -73,17 +78,20 @@ body:
value: |
# Details
- type: textarea
id: config
attributes:
label: Example YAML snippet
description: |
If this issue has an example piece of YAML that can help reproducing this problem, please provide.
render: yaml
- type: textarea
id: logs
attributes:
label: Anything in the logs that might be useful for us?
description: For example, error message, or stack traces.
render: txt
- type: textarea
id: additional
attributes:
label: Additional information
description: >
Expand Down

0 comments on commit 3bd1725

Please sign in to comment.