Housekeeping: Making the issue types a bit better.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
34
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
34
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Bug report
|
||||
description: Create a bug report
|
||||
labels: ['Type: Bug Report']
|
||||
labels: [ 'Type: Bug Report' ]
|
||||
title: '[Bug Report] add text here'
|
||||
assignees: ['HeCodes2Much']
|
||||
assignees: [ 'HeCodes2Much' ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@@ -28,22 +28,31 @@ body:
|
||||
- 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 bug?"
|
||||
placeholder: "xx.xx - Can be seen in the app from the 'Settings' section"
|
||||
label: App version
|
||||
description: "In which version did you encounter the bug?"
|
||||
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 bug?
|
||||
placeholder: "Example: Android 10"
|
||||
label: Android version
|
||||
description: |
|
||||
With what operating system (+ version) did you encounter the bug?
|
||||
placeholder: "Example: Android 10"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -130,3 +139,10 @@ body:
|
||||
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"
|
||||
34
.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
vendored
34
.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
vendored
@@ -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: ['HeCodes2Much']
|
||||
assignees: [ 'HeCodes2Much' ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@@ -24,22 +24,31 @@ body:
|
||||
- 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"
|
||||
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
|
||||
|
||||
@@ -126,3 +135,10 @@ body:
|
||||
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"
|
||||
7
.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
vendored
7
.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
vendored
@@ -54,3 +54,10 @@ body:
|
||||
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"
|
||||
7
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
7
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
@@ -49,3 +49,10 @@ body:
|
||||
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"
|
||||
Reference in New Issue
Block a user