Enhance bug report template with clearer instructions and additional fields

This commit is contained in:
mr. M
2025-01-03 22:45:41 +01:00
parent 59e6d18c68
commit 6f90cd5b04

View File

@@ -4,12 +4,13 @@ body:
- type: markdown
attributes:
value: |
Thank you for filing a bug report.
Thank you for filing a bug report!
## Important
- Please search existing issues to avoid creating duplicates.
- For enhancement requests, please use GitHub Discussions.
- Please fill out the template below to the best of your ability.
- Please describe the issue as much as possible and provide steps to reproduce it along with visual aids if possible.
- type: checkboxes
id: captchas
attributes:
@@ -19,6 +20,8 @@ body:
- label: I have read the instructions.
- label: I have searched existing issues and avoided creating duplicates.
- label: I am not filing an enhancement request.
validations:
required: true
- type: textarea
id: what-happened
attributes:
@@ -38,7 +41,7 @@ body:
id: version
attributes:
label: Version
description: What version of our software are you running? Please DO NOT report Classic bugs.
description: What version of our software are you running? Please do not use "latest" or "newest" as version numbers. Go to `Help -> About Zen` to find the version number.
placeholder: 1.0.0
validations:
required: true
@@ -48,15 +51,24 @@ body:
label: What platform are you seeing the problem on?
multiple: true
options:
- Linux
- Linux (AppImage)
- Linux (Flatpak)
- Linux (Tarball)
- macOS - aarch64
- macOS - Intel
- Windows
- Other
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
label: Relevant log output if applicable
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: support
attributes:
label: Raw data from about:support if applicable
description: Please copy and paste about:support data if you think it might be relevant. This will help us understand your environment.
render: shell