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."
multiple: true
options:
- Windows x64
- Windows x86
- macOS (ARM)
- macOS (x86-64)
- Linux (DEB package)
- Linux (RPM package)
- other (specify in description)
- Windows
- macOS
- Linux
validations:
required: true
- type: dropdown
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:
required: true
- type: input
@@ -56,11 +78,13 @@ body:
placeholder: |
Example:
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
validations:
required: true
- type: textarea
id: additional
attributes:
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."
placeholder: "Example: My screen resolution is 1920x1080p"
placeholder: "Example: My screen resolution is 1920x1080p"