mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 16:51:51 +02:00
Update BUG-REPORT.yml
This commit is contained in:
48
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
48
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
@@ -1,8 +1,7 @@
|
|||||||
---
|
|
||||||
name: "🐛 Bug Report"
|
name: "🐛 Bug Report"
|
||||||
description: Create a new ticket for a bug.
|
description: Create a new ticket for a bug.
|
||||||
title: "🐛 [Addon name] <title>"
|
title: "🐛 [BUG] - <title>"
|
||||||
labels: [
|
labels: [
|
||||||
"bug"
|
"bug"
|
||||||
]
|
]
|
||||||
body:
|
body:
|
||||||
@@ -14,6 +13,14 @@ body:
|
|||||||
placeholder: Short and explicit description of your incident...
|
placeholder: Short and explicit description of your incident...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: reprod-url
|
||||||
|
attributes:
|
||||||
|
label: "Reproduction URL"
|
||||||
|
description: Please enter your GitHub URL to provide a reproduction of the issue
|
||||||
|
placeholder: ex. https://github.com/USERNAME/REPO-NAME
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reprod
|
id: reprod
|
||||||
attributes:
|
attributes:
|
||||||
@@ -28,23 +35,35 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: screenshot
|
||||||
attributes:
|
attributes:
|
||||||
label: "Addon Logs"
|
label: "Screenshots"
|
||||||
description: Please paste the full log that appears when starting the addon (including banner). This will be automatically formatted into code, so no need for backticks.
|
description: If applicable, add screenshots to help explain your problem.
|
||||||
|
value: |
|
||||||
|

|
||||||
render: bash
|
render: bash
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
label: "Architecture"
|
label: "Browsers"
|
||||||
description: What architecture are you on ?
|
description: What browsers are you seeing the problem on ?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- aarch64
|
- Firefox
|
||||||
- amd64
|
- Chrome
|
||||||
- armv7
|
- Safari
|
||||||
|
- Microsoft Edge
|
||||||
|
- Opera
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@@ -54,7 +73,8 @@ body:
|
|||||||
description: What is the impacted environment ?
|
description: What is the impacted environment ?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- HAos
|
- Windows
|
||||||
- Virtual Machine
|
- Linux
|
||||||
|
- Mac
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user