-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
- Loading branch information
Showing
4 changed files
with
95 additions
and
52 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,52 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
assignees: | ||
- blazecodedev | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? (publicly visible) | ||
placeholder: ex. email@example.com | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: input | ||
id: device | ||
attributes: | ||
label: Device | ||
description: What device does the bug happen on? | ||
placeholder: Pixel 6 Pro | ||
validations: | ||
required: true | ||
- type: input | ||
id: version-android | ||
attributes: | ||
label: Android version | ||
description: What Android version are you using? | ||
placeholder: Android 13 | ||
validations: | ||
required: true | ||
- type: input | ||
id: version-app | ||
attributes: | ||
label: App version | ||
description: What version of the app are you using? | ||
placeholder: V1.4 | ||
validations: | ||
required: true |
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,43 @@ | ||
name: Feature Request | ||
description: Request a feature | ||
title: "[Feature Request]: " | ||
labels: ["feature request"] | ||
assignees: | ||
- blazecodedev | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request form! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? (publicly visible) | ||
placeholder: ex. email@example.com | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: problem-relation | ||
attributes: | ||
label: Problem relation | ||
description: Is your request related to a problem you are experiencing? | ||
placeholder: I'm always frustrated when... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution / Feature | ||
description: Describe the feature you want to see in the app as precise as possible. | ||
placeholder: I'd like to see... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternative solutions | ||
description: Describe the alternative solutions you have thought of as precise as possible. | ||
placeholder: I've also considered... | ||
validations: | ||
required: false |