forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
651adcb
commit 4396450
Showing
2 changed files
with
65 additions
and
0 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,45 @@ | ||
name: Bug report | ||
description: File a bug reports regarding the app. | ||
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 application. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe 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 Framework | ||
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,20 @@ | ||
name: I implemented it | ||
description: If you have already implemented the application, could you share which Flipper Zero framework you have used? Additionally, could you specify the required type of Game Boy and cartridge? Lastly, it would be great if you could share some images of the process. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out. | ||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: "Describe the process." | ||
description: | | ||
Feel free to describe in as much detail as you wish. | ||
validations: | ||
required: true | ||
- type: input | ||
id: type | ||
attributes: | ||
label: Game boy | ||
description: (Color, Pocket, Advance) |