mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
044338b8f2
and small changes for other games
20 lines
700 B
YAML
20 lines
700 B
YAML
name: Enhancements
|
|
description: Suggest improvements for any existing functionality within the firmware.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to fill out an issue. This template is meant for feature requests and improvements to already existing functionality.
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: "Describe the enhancement you're suggesting."
|
|
description: |
|
|
Feel free to describe in as much detail as you wish.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: anything-else
|
|
attributes:
|
|
label: Anything else?
|
|
description: Let us know if you have anything else to share.
|