New template

This commit is contained in:
Alexandre
2023-06-08 12:44:18 +02:00
committed by GitHub
parent 9dc1684e0f
commit bba18ce083

View File

@@ -1,46 +1,60 @@
--- ---
name: "\U0001F41B Bug report" name: "🐛 Bug Report"
about: Create a report to help us improve description: Create a new ticket for a bug.
title: "\U0001F41B [Addon name] Issue description" title: "🐛 [Addon name] <title>"
labels: bug labels: [
assignees: "" "bug"
--- ]
body:
<!-- markdownlint-disable MD036 --> - type: textarea
id: description
**Which addon?** attributes:
label: "Description"
<!-- The title of the addon this issue is for. --> description: Please enter an explicit description of your issue
placeholder: Short and explicit description of your incident...
- Addon name : validations:
- Addon version : required: true
- type: textarea
**Describe the bug** id: reprod
attributes:
<!-- A clear and concise description of what the bug is. --> label: "Reproduction steps"
description: Please enter an explicit description of your issue
**To Reproduce** value: |
<!-- Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
4. See error --> 4. See error
render: bash
**Full addon log** validations:
required: true
<!-- The full log that appears when starting the addon --> - type: textarea
``` id: logs
Paste your full log between the brackets attributes:
``` label: "Addon Logs"
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.
**Full addon config** render: bash
validations:
<!-- The addon config in yaml, please remove your passwords--> required: true
- type: dropdown
**System** id: browsers
attributes:
<!-- Those information can be found under the Supervisor page on the System tab. --> label: "Architecture"
description: What architecture are you on ?
- Supervisor version: <!--Your Supervisor Version, eg. 209. --> multiple: true
- Host system version: <!--Your Home Assistant (former HASSIO) version, eg. HassOS 3.12 --> options:
- aarch64
- amd64
- armv7
validations:
required: false
- type: dropdown
id: os
attributes:
label: "OS"
description: What is the impacted environment ?
multiple: true
options:
- HAos
- Virtual Machine
validations:
required: false