mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 20:13:00 +02:00
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
name: Feature suggestion
|
|
description: Submit requests for new features here
|
|
title: "[FEAT] "
|
|
labels: ["enhancement"]
|
|
assignees:
|
|
- aclist
|
|
body:
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: DZGUI version
|
|
options:
|
|
- 5.6.x (stable)
|
|
- 5.7.x (testing)
|
|
- Version prior to 5.6.0
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: browsers
|
|
attributes:
|
|
label: Device type
|
|
options:
|
|
- Desktop PC
|
|
- Steam Deck
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: distro
|
|
attributes:
|
|
label: Linux distribution
|
|
validations:
|
|
required: true
|
|
placeholder: "Arch Linux"
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: Describe the feature
|
|
description: A clear and detailed description
|
|
placeholder: "E.g., Add a dialog to the Options menu that automatically lets the user do Y"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: why
|
|
attributes:
|
|
label: Describe the benefit
|
|
description: How will this feature benefit large numbers of users?
|
|
placeholder: "E.g., Currently, users have to manually do X to achieve Y. Implementing this feature would achieve A, B, and C."
|
|
validations:
|
|
required: true
|