From 0417bcd0040ee61280c7f68f850bf251b3d01643 Mon Sep 17 00:00:00 2001
From: Alexandre <44178713+alexbelgium@users.noreply.github.com>
Date: Thu, 8 Jun 2023 12:48:55 +0200
Subject: [PATCH] Update BUG-REPORT.yml
---
.github/ISSUE_TEMPLATE/BUG-REPORT.yml | 43 +++++++--------------------
1 file changed, 11 insertions(+), 32 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
index 07620450e..5400176cf 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -1,7 +1,7 @@
---
name: "🐛 Bug Report"
description: Create a new ticket for a bug.
-title: "🐛 [BUG] -
"
+title: "🐛 [Addon name] "
labels: [
"bug"
]
@@ -14,14 +14,6 @@ body:
placeholder: Short and explicit description of your incident...
validations:
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
id: reprod
attributes:
@@ -35,36 +27,24 @@ body:
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.
+ 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: false
+ required: true
- type: dropdown
id: browsers
attributes:
- label: "Browsers"
- description: What browsers are you seeing the problem on ?
+ label: "Architecture"
+ description: What architecture are you on ?
multiple: true
options:
- - Firefox
- - Chrome
- - Safari
- - Microsoft Edge
- - Opera
+ - aarch64
+ - amd64
+ - armv7
validations:
required: false
- type: dropdown
@@ -74,8 +54,7 @@ body:
description: What is the impacted environment ?
multiple: true
options:
- - Windows
- - Linux
- - Mac
+ - HAos
+ - Virtual Machine
validations:
required: false