Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
BlazeCodeDev committed May 10, 2023
2 parents 4f416d9 + 65265ba commit 463121d
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 52 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit 463121d

Please sign in to comment.