Files
EasyLauncher/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
2024-07-09 16:30:59 +01:00

144 lines
4.4 KiB
YAML

name: Crash Report
description: Create a report with a generated crash log attached (if possible) to help mLauncher improve
labels: [ 'Type: Crash Report' ]
title: '[Crash Report] add text here'
assignees: [ 'HeCodes2Much' ]
body:
- type: markdown
attributes:
value: |
Thank you for helping me to make mLauncher better by reporting a crash. :hugs:
Please fill in as much information as possible about your crash so that I can fix it immediately.
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
options:
- label: "I will make sure to have the issue written in English with an English title."
required: true
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)."
required: true
- label: "I have created the title to best match the issue."
required: true
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission."
required: false
- type: input
id: phone-make-model
attributes:
label: Phone Make $ model
description: "What make and model is your phone?"
placeholder: "Google - Pixel 7"
validations:
required: true
- type: input
id: app-version
attributes:
label: App version
description: "In which version did you encounter the crash?"
placeholder: "xx.xx - Can be seen in the app from the 'Settings' section"
validations:
required: true
- type: input
id: device-os-info
attributes:
label: Android version
description: |
With what operating system (+ version) did you encounter the crash?
placeholder: "Example: Android 10"
validations:
required: true
- type: dropdown
id: download
attributes:
label: How did you download the software?
options:
- F-Droid
- Github (Release)
- Github (Action)
- Built from Source
validations:
required: true
- type: textarea
id: crash-description
attributes:
label: Crash description
description: |
Please give us a description of what the crash is about.
placeholder: |
When I try to set the language to english, the app crashes.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce the crash
description: |
What did you do for the crash to show up?
If you can't cause the crash to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the crash.
placeholder: |
1. Go to '...'
2. Press on '....'
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: |
Tell us what you expect to happen.
validations:
required: true
- type: textarea
id: screen-media
attributes:
label: Screenshots/Screen recordings
description: |
A picture or video is worth a thousand words.
If applicable, share screenshots or a screen recording to help explain your problem.
placeholder: |
<details>
<summary>Context</summary>
screenshots go in here
</details>
- type: textarea
id: logs
attributes:
label: Logs
description: |
If you could catch the log of the crash, don't forget to share it. This is the best way to point out any crash.
- type: textarea
id: additional-information
attributes:
label: Additional information
description: |
Any other information you'd like to include.
- type: checkboxes
id: checklist-accept
attributes:
label: "Terms and Conditions"
options:
- label: "I have read all the rules above and filled in the requiered fields to the best of my ability."
required: true
- label: "I accept that if I fail to follow the rules listed above that i will be blocked from interactions with this project."
required: true
- type: input
id: donation-name
attributes:
label: Donation Name
description: "If you have optionally donated please put your username below?"
placeholder: "I Don't Donate"