mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 00:16:19 -04:00
496ddf63bd
* Bug Form Formatting - Space out yml more so it's easier to skim - Add id to each section (GitHub says it does something but I'm mostly adding it for completeness) - Tidy up some capitalization/punctuation for consistency * Feature Request Form - Add a simple feature request template that requires a feature description + marks it as the right type
25 lines
855 B
YAML
25 lines
855 B
YAML
name: Feature Request
|
|
description: Request a new Dusklight feature. Not all requests can/will be included, but we will take these ideas into consideration.
|
|
type: Feature
|
|
body:
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Feature Description
|
|
placeholder: Describe the feature you are requesting
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: feature-platform
|
|
attributes:
|
|
label: Platform
|
|
description: If applicable, list the platforms this feature applies to. If it is for all platforms, feel free to leave this field blank.
|
|
placeholder: ex. Mac, Android, Steam Deck, etc.
|
|
|
|
- type: textarea
|
|
id: feature-related-info
|
|
attributes:
|
|
label: Additional Information
|
|
placeholder: Any other information that might be helpful (related features, existing implementations, open pull requests or issues, etc.)
|