Improve templates

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2026-07-07 22:35:06 +02:00
parent fb544b3357
commit 014a00d33e
No known key found for this signature in database
3 changed files with 23 additions and 5 deletions

View File

@ -11,15 +11,19 @@ body:
options: options:
- label: I have looked for any other duplicate issues - label: I have looked for any other duplicate issues
required: true required: true
- label: I have reproduced the issue on a fresh install of my OS & Ly with default settings, except ones I will mention - label: I have reproduced the issue with the default config of Ly
required: true
- label: I have reproduced the issue on a fresh install of Ly **as well as** my OS and my desktop environment/window manager, all with **default settings**, except ones I will mention
required: false required: false
- label: I have confirmed this issue also occurs on the latest development version (found in the `master` branch) - label: I have confirmed this issue also occurs on the latest development version (found in the `master` branch)
required: true required: true
- label: I understand that this issue **will** be closed if requirements are not or not properly met
required: true
- type: input - type: input
id: version id: version
attributes: attributes:
label: Ly version label: Ly version
description: The output of `ly --version`. Please note that only Ly v1.2.0 and above are supported. description: The output of `ly --version`. Please note that only the latest release and the current version in development are supported.
placeholder: 1.1.0-dev.12+2b0301c placeholder: 1.1.0-dev.12+2b0301c
validations: validations:
required: true required: true
@ -41,9 +45,16 @@ body:
id: desktop id: desktop
attributes: attributes:
label: OS + Desktop environment/Window manager label: OS + Desktop environment/Window manager
description: Which OS and DE (or WM) did you use when observing the problem? description: Which operating system and DE (or WM) did you use when observing the problem?
validations: validations:
required: true required: true
- type: input
id: osimage
attributes:
label: OS version/snapshot used to reproduce
description: Which version (or snapshot if rolling release) of the OS did you use to reproduce the issue? This is only required if you have reproduced the issue on a fresh copy of the OS.
validations:
required: false
- type: textarea - type: textarea
id: reproduction id: reproduction
attributes: attributes:

View File

@ -20,3 +20,10 @@ body:
description: What do you want to be added? Describe the behavior clearly. description: What do you want to be added? Describe the behavior clearly.
validations: validations:
required: true required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Are there any alternatives to the new behavior you wish to see being added?
validations:
required: true

View File

@ -2,9 +2,9 @@
_Replace this with a brief description of your changes_ _Replace this with a brief description of your changes_
## What existing issue does this resolve? ## What existing issue(s) does this resolve?
_Replace this with a reference to an existing issue, or N/A if there is none_ _Replace this with a reference to (an) existing issue(s), or N/A if there is none_
## Pre-requisites ## Pre-requisites