mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 14:45:44 +00:00
Redone Testing
This commit is contained in:
parent
0839d27d5c
commit
e156939b8d
35
.github/ISSUE_TEMPLATE/bug-reports.yml
vendored
35
.github/ISSUE_TEMPLATE/bug-reports.yml
vendored
|
@ -19,9 +19,18 @@ body:
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
- Fedora
|
- Fedora
|
||||||
- Debian
|
- Debian
|
||||||
|
- openSUSE
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: specify-distribution
|
||||||
|
attributes:
|
||||||
|
label: Specify Distribution
|
||||||
|
description: Specify the distribution if "Other" was selected above.
|
||||||
|
placeholder: Enter the name of your Linux distribution.
|
||||||
|
renderWhen:
|
||||||
|
distribution: "Other"
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: de-wm
|
id: de-wm
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -37,6 +46,14 @@ body:
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: specify-de-wm
|
||||||
|
attributes:
|
||||||
|
label: Specify Desktop Environment/Window Manager
|
||||||
|
description: Specify the desktop environment or window manager if "Other" was selected above.
|
||||||
|
placeholder: Enter the name of your DE/WM.
|
||||||
|
renderWhen:
|
||||||
|
de-wm: "Other"
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: windowing-system
|
id: windowing-system
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -49,6 +66,14 @@ body:
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: specify-windowing-system
|
||||||
|
attributes:
|
||||||
|
label: Specify Windowing System
|
||||||
|
description: Specify the windowing system if "Other" was selected above.
|
||||||
|
placeholder: Enter your windowing system.
|
||||||
|
renderWhen:
|
||||||
|
windowing-system: "Other"
|
||||||
- type: input
|
- type: input
|
||||||
id: linutil-version
|
id: linutil-version
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -65,10 +90,18 @@ body:
|
||||||
options:
|
options:
|
||||||
- stable
|
- stable
|
||||||
- prerelease
|
- prerelease
|
||||||
- master
|
- main
|
||||||
- other
|
- other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: specify-branch
|
||||||
|
attributes:
|
||||||
|
label: Specify Branch
|
||||||
|
description: Specify the branch if "Other" was selected above.
|
||||||
|
placeholder: Enter the branch name.
|
||||||
|
renderWhen:
|
||||||
|
branch: "other"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: describe-bug
|
id: describe-bug
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user