Update BUG-REPORT.yml

This commit is contained in:
Alexandre
2023-06-08 12:48:55 +02:00
committed by GitHub
parent ec800c02f8
commit 0417bcd004

View File

@@ -1,7 +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: "🐛 [BUG] - <title>" title: "🐛 [Addon name] <title>"
labels: [ labels: [
"bug" "bug"
] ]
@@ -14,14 +14,6 @@ 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:
@@ -35,36 +27,24 @@ body:
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: |
![DESCRIPTION](LINK.png)
render: bash
validations:
required: false
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: "Logs" label: "Addon Logs"
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. 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 render: bash
validations: validations:
required: false required: true
- type: dropdown - type: dropdown
id: browsers id: browsers
attributes: attributes:
label: "Browsers" label: "Architecture"
description: What browsers are you seeing the problem on ? description: What architecture are you on ?
multiple: true multiple: true
options: options:
- Firefox - aarch64
- Chrome - amd64
- Safari - armv7
- Microsoft Edge
- Opera
validations: validations:
required: false required: false
- type: dropdown - type: dropdown
@@ -74,8 +54,7 @@ body:
description: What is the impacted environment ? description: What is the impacted environment ?
multiple: true multiple: true
options: options:
- Windows - HAos
- Linux - Virtual Machine
- Mac
validations: validations:
required: false required: false