Skip to content

Commit

Permalink
Added Google Play to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeCodeCat committed Mar 9, 2025
1 parent 2b15404 commit 62284e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ body:
attributes:
label: How did you download the software?
options:
- Google Play
- F-Droid
- Github (Release)
- Github (Action)
Expand Down
19 changes: 10 additions & 9 deletions .github/ISSUE_TEMPLATE/CRASH_REPORT.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Crash Report
description: Create a report with a generated crash log attached (if possible) to help mLauncher improve
labels: ['Type: Crash Report']
labels: [ 'Type: Crash Report' ]
title: '[Crash Report] add text here'
assignees: ['CreativeCodeCat']
assignees: [ 'CreativeCodeCat' ]
body:
- type: markdown
attributes:
Expand All @@ -27,19 +27,19 @@ body:
- 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"
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"
label: Android version
description: |
With what operating system (+ version) did you encounter the crash?
placeholder: "Example: Android 10"
validations:
required: true

Expand All @@ -48,6 +48,7 @@ body:
attributes:
label: How did you download the software?
options:
- Google Play
- F-Droid
- Github (Release)
- Github (Action)
Expand Down

0 comments on commit 62284e1

Please sign in to comment.