mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-17 21:13:11 +10:00
29 lines
1.2 KiB
YAML
29 lines
1.2 KiB
YAML
name: Feature Request
|
|
description: Create a feature or backport request to be built into Radiant Lyrics Manager.
|
|
labels: [enhancement]
|
|
body:
|
|
- type: textarea
|
|
id: feature-basic-description
|
|
attributes:
|
|
label: What is it that you'd like to see?
|
|
description: Also, you'd like to, give us a bit more information on what you'd like this feature to do and/or how you want it to work.
|
|
placeholder: I think ... would be a cool feature to add. This would be awesome, thanks!
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: feature-verbose-description
|
|
attributes:
|
|
label: Go into more detail...
|
|
description: If you want to, you can be more descriptive about your request here. Not required.
|
|
placeholder: This would be really awesome, but I think if you would do it this way, by doing ..., it'd be cooler.
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: agreement-check
|
|
attributes:
|
|
label: Request Agreement
|
|
description: Did you check to make sure your feature has not already been requested?
|
|
options:
|
|
- label: I did indeed check to make sure my feature request is original!
|
|
required: true
|