mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Bug report form
This commit is contained in:
parent
f3c642d667
commit
02808412a2
1 changed files with 5 additions and 17 deletions
22
.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
vendored
22
.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
vendored
|
|
@ -1,6 +1,5 @@
|
||||||
name: "🐛 Bug Report"
|
name: "🐛 Bug Report"
|
||||||
description: Create a new ticket for a bug.
|
description: Create a new ticket for a bug.
|
||||||
title: "🐛 [BUG] - <title>"
|
|
||||||
labels: [
|
labels: [
|
||||||
"bug"
|
"bug"
|
||||||
]
|
]
|
||||||
|
|
@ -47,7 +46,7 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: "Description"
|
label: "What happened? What did you expect to happen?"
|
||||||
description: Please enter an explicit description of your issue
|
description: Please enter an explicit description of your issue
|
||||||
placeholder: Short and explicit description of your incident...
|
placeholder: Short and explicit description of your incident...
|
||||||
validations:
|
validations:
|
||||||
|
|
@ -55,26 +54,15 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reprod
|
id: reprod
|
||||||
attributes:
|
attributes:
|
||||||
label: "Reproduction steps"
|
label: "How to reproduce it (setp by step)"
|
||||||
description: Please enter an explicit description of your issue
|
description: Please enter an explicit description of your issue
|
||||||
value: |
|
value: |
|
||||||
1. Go to '...'
|
1. Go to...
|
||||||
2. Click on '....'
|
2. Click on...
|
||||||
3. Scroll down to '....'
|
...
|
||||||
4. See error
|
|
||||||
render: bash
|
render: bash
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue