mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
feat: add bugreport template for github*
This commit is contained in:
parent
edc4f103d2
commit
2f1d64f9c6
1 changed files with 85 additions and 0 deletions
85
.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
vendored
Normal file
85
.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
vendored
Normal file
|
|
@ -0,0 +1,85 @@
|
||||||
|
name: "🐛 Bug Report"
|
||||||
|
description: Create a new ticket for a bug.
|
||||||
|
title: "🐛 [BUG] - <title>"
|
||||||
|
labels: [
|
||||||
|
"bug"
|
||||||
|
]
|
||||||
|
body:
|
||||||
|
- type: dropdown
|
||||||
|
id: browsers
|
||||||
|
attributes:
|
||||||
|
label: "Hardware"
|
||||||
|
description: |
|
||||||
|
> What type of hardware is ESPSomfy RTS installed on?
|
||||||
|
> Information available at System > Firmware > Hardware : XXX
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- ESP32
|
||||||
|
- ESP32-S3
|
||||||
|
- ESP32-S2
|
||||||
|
- ESP32-C3
|
||||||
|
- ESP32 WT32-ETH01
|
||||||
|
- Olimex ESP32-PoE/EVB
|
||||||
|
- LilyGO T-Internet POE
|
||||||
|
- wESP POE
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Firmware version
|
||||||
|
placeholder: v2.3.0
|
||||||
|
description: |
|
||||||
|
> Information available at System > Firmware > Firmware : v X.x.x
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Application version
|
||||||
|
placeholder: v2.3.0
|
||||||
|
description: |
|
||||||
|
> Information available at System > Firmware > Application : v X.x.x
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: "Description"
|
||||||
|
description: Please enter an explicit description of your issue
|
||||||
|
placeholder: Short and explicit description of your incident...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: reprod
|
||||||
|
attributes:
|
||||||
|
label: "Reproduction steps"
|
||||||
|
description: Please enter an explicit description of your issue
|
||||||
|
value: |
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
render: bash
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: screenshot
|
||||||
|
attributes:
|
||||||
|
label: "Screenshots"
|
||||||
|
description: If applicable, add screenshots to help explain your problem.
|
||||||
|
value: |
|
||||||
|

|
||||||
|
render: bash
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: "Logs"
|
||||||
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
|
render: bash
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue