mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-19 21:47:13 +00:00
templates: better bug report template
This commit is contained in:
parent
d2810bfee3
commit
58d005fb02
36
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
36
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -63,6 +63,7 @@ body:
|
||||||
id: itsrevela
|
id: itsrevela
|
||||||
attributes:
|
attributes:
|
||||||
label: Is this reproducable in itsRevela/LCE-Revelations? (https://github.com/itsRevela/LCE-Revelations)
|
label: Is this reproducable in itsRevela/LCE-Revelations? (https://github.com/itsRevela/LCE-Revelations)
|
||||||
|
description: If this was a "no idea" or similar, it will be rejected.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
@ -76,6 +77,41 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: screenres
|
||||||
|
attributes:
|
||||||
|
label: Screen Resolution(s)
|
||||||
|
options:
|
||||||
|
- label: 1080p
|
||||||
|
- label: 720p
|
||||||
|
- label: 480p
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: operatingsys
|
||||||
|
attributes:
|
||||||
|
label: Operating System(s)
|
||||||
|
options:
|
||||||
|
- label: Windows 11
|
||||||
|
- label: Windows 10
|
||||||
|
- label: Windows 8.1 (not very supported)
|
||||||
|
- label: Debian(-based)
|
||||||
|
- label: Arch(-based)
|
||||||
|
- label: Gentoo(-based)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: launcher
|
||||||
|
attributes:
|
||||||
|
label: Launcher
|
||||||
|
attributes:
|
||||||
|
label: Launcher
|
||||||
|
placeholder: e.g. Emerald Launcher
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional
|
id: additional
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue