From bba18ce083b3d593e4330e25206bf85f40d3ff33 Mon Sep 17 00:00:00 2001
From: Alexandre <44178713+alexbelgium@users.noreply.github.com>
Date: Thu, 8 Jun 2023 12:44:18 +0200
Subject: [PATCH] New template
---
.github/ISSUE_TEMPLATE/bug-report.md | 104 +++++++++++++++------------
1 file changed, 59 insertions(+), 45 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index 7e7d7aee8..5400176cf 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -1,46 +1,60 @@
---
-name: "\U0001F41B Bug report"
-about: Create a report to help us improve
-title: "\U0001F41B [Addon name] Issue description"
-labels: bug
-assignees: ""
----
-
-
-
-**Which addon?**
-
-
-
-- Addon name :
-- Addon version :
-
-**Describe the bug**
-
-
-
-**To Reproduce**
-
-
-
-**Full addon log**
-
-
-```
-Paste your full log between the brackets
-```
-
-**Full addon config**
-
-
-
-**System**
-
-
-
-- Supervisor version:
-- Host system version:
+name: "🐛 Bug Report"
+description: Create a new ticket for a bug.
+title: "🐛 [Addon name]
"
+labels: [
+ "bug"
+]
+body:
+ - 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: logs
+ 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.
+ render: bash
+ validations:
+ required: true
+ - type: dropdown
+ id: browsers
+ attributes:
+ label: "Architecture"
+ description: What architecture are you on ?
+ multiple: true
+ 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