From 64593af2b8fff6d1acd44880fa12336bacf091f7 Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Tue, 9 Jul 2024 16:30:53 +0100 Subject: [PATCH] Housekeeping: Making the issue types a bit better. Signed-off-by: HeCodes2Much --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 34 ++++++++++++++++++------- .github/ISSUE_TEMPLATE/CRASH_REPORT.yml | 34 ++++++++++++++++++------- .github/ISSUE_TEMPLATE/ENHANCEMENT.yml | 7 +++++ .github/ISSUE_TEMPLATE/QUESTION.yml | 7 +++++ 4 files changed, 64 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 586f50f..f204e86 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml index bf169b3..b860b21 100644 --- a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml @@ -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" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml b/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml index 5d67e87..30a243e 100644 --- a/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml +++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml @@ -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" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index 667f23e..05b8b7c 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -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" \ No newline at end of file