-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port over Issue templates to new YML format (#1433)
* WIP Push * Add feature request label to template * Punctuation helps * rename feature request and add in enhancement * wording * Add in extra markdown explanations Co-authored-by: SG <[email protected]> Co-authored-by: あく <[email protected]>
- Loading branch information
1 parent
f5d6a80
commit f1cb956
Showing
9 changed files
with
96 additions
and
82 deletions.
There are no files selected for viewing
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,46 @@ | ||
name: Bug report | ||
description: File a bug reports regarding the firmware. | ||
labels: ['bug'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out an issue, this template is meant for any issues related to the Flipper Zero firmware. | ||
If you require help with the Flipper zero and its firmware, we ask that you join [our forum](https://forum.flipperzero.one) | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Desctibe the bug. | ||
description: "A clear and concise description of what the bug is." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Reproduction | ||
description: "How can this bug be reproduced?" | ||
placeholder: | | ||
1. Switch on... | ||
2. Press button '....' | ||
3. Wait for the moon phase | ||
4. It burns | ||
validations: | ||
required: true | ||
- type: input | ||
id: target | ||
attributes: | ||
label: Target | ||
description: Specify the target | ||
# Target seems to be largely ignored by outside sources. | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: Attach your debug logs here | ||
render: Text | ||
# Avoid rendering as Markdown here. | ||
- type: textarea | ||
id: anything-else | ||
attributes: | ||
label: Anything else? | ||
description: Let us know if you have anything else to share. |
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,21 @@ | ||
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. | ||
If you require help with the Flipper zero and its firmware, we ask that you join [our forum](https://forum.flipperzero.one) | ||
- 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. |
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. | ||
If you require help with the Flipper zero and its firmware, we ask that you join [our forum](https://forum.flipperzero.one) | ||
- 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 whetever 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. |
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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Need help? | ||
url: https://forum.flipperzero.one | ||
about: For any question regarding on how to use the Flipper Zero and its firmware. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.