-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename feature_request.md to feature_request.yml
- Loading branch information
Showing
2 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Feature Request | ||
description: For feature requests regarding the firmware. | ||
labels: ['feature request'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out an issue, this template is meant for any feature suggestions. | ||
Please try the latest nightly release before submitting this, make sure it has not been implemented already. You can find the latest nightly version here: https://github.com/portapack-mayhem/mayhem-firmware/releases | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: "Description of the feature you're suggesting." | ||
description: | | ||
Please describe your feature request in as many details as possible. | ||
- Describe what it should do. | ||
- Note whether it is to extend existing functionality or introduce new functionality. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: anything-else | ||
attributes: | ||
label: Anything else? | ||
description: Let us know if you have anything else to share. |