Update issue template for bugs

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2025-03-06 21:41:28 +01:00
parent e19a23b54c
commit 4599654398
No known key found for this signature in database
1 changed files with 16 additions and 2 deletions

View File

@ -15,7 +15,7 @@ body:
id: version id: version
attributes: attributes:
label: Ly version label: Ly version
description: The output of `ly --version` description: The output of `ly --version`. Please note that only Ly v1.0.0 and above are supported.
placeholder: 1.1.0-dev.12+2b0301c placeholder: 1.1.0-dev.12+2b0301c
validations: validations:
required: true required: true
@ -33,6 +33,13 @@ body:
description: What did you expect to happen instead? description: What did you expect to happen instead?
validations: validations:
required: true required: true
- type: textarea
id: expected
attributes:
label: Desktop environment/Window manager
description: Which DE or WM did you use when observing the problem?
validations:
required: true
- type: textarea - type: textarea
id: reproduction id: reproduction
attributes: attributes:
@ -50,5 +57,12 @@ body:
id: logs id: logs
attributes: attributes:
label: Relevant logs label: Relevant logs
description: Please copy and paste any relevant logs, error messages or any other output. This will be automatically formatted into code, so no need for backticks. Screenshots are accepted if they make life easier for you. description: |
Please copy and paste any relevant logs, error messages or any other output. This will be automatically formatted into code, so no need for backticks. Screenshots are accepted if they make life easier for you.
If you're using the latest code on master (for v1.1.0), including your session log (found at /var/log/ly-session.log unless modified) is a good idea. (But make sure it's relevant!)
render: shell render: shell
- type: textarea
id: moreinfo
attributes:
label: Additional information
description: If you have any additional information that might be helpful in reproducing the problem, please provide it here.