Restructure bug report template with separate architecture and package type fields

- Simplify Operating System dropdown to only Windows, macOS, and Linux
- Add new required Architecture field (x86_64, arm64)
- Add new required Package Type field (exe, msi, dmg, deb, rpm, flatpak, snap, appimage)
- Make Reproduction Steps field required
- Remove trailing whitespace from placeholder text
This commit is contained in:
Alexander Trofimov
2026-01-29 14:29:51 +00:00
parent 066c36ca91
commit ce21e6e34e
+33 -9
View File
@@ -15,13 +15,35 @@ body:
description: "If you know this bug occurs on multiple operating systems, select all you have tested." description: "If you know this bug occurs on multiple operating systems, select all you have tested."
multiple: true multiple: true
options: options:
- Windows x64 - Windows
- Windows x86 - macOS
- macOS (ARM) - Linux
- macOS (x86-64) validations:
- Linux (DEB package) required: true
- Linux (RPM package) - type: dropdown
- other (specify in description) id: architecture
attributes:
label: Architecture
description: "Select the architecture of the package you are using."
options:
- x86_64
- arm64
validations:
required: true
- type: dropdown
id: package-type
attributes:
label: Package Type
description: "Select the package type you are using."
options:
- exe
- msi
- dmg
- deb
- rpm
- flatpak
- snap
- appimage
validations: validations:
required: true required: true
- type: input - type: input
@@ -56,11 +78,13 @@ body:
placeholder: | placeholder: |
Example: Example:
1. Change font size to 16 1. Change font size to 16
2. Set font color to white 2. Set font color to white
3. Observe as the text is not white 3. Observe as the text is not white
validations:
required: true
- type: textarea - type: textarea
id: additional id: additional
attributes: attributes:
label: "Additional information" label: "Additional information"
description: "If you have any screenshots, videos, or other information that you feel is necessary to explain the issue, feel free to attach them here." description: "If you have any screenshots, videos, or other information that you feel is necessary to explain the issue, feel free to attach them here."
placeholder: "Example: My screen resolution is 1920x1080p" placeholder: "Example: My screen resolution is 1920x1080p"