From cb52d0f8389ee4aef6f636122e3291afbbfa433f Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 16 Dec 2023 11:08:00 -0500 Subject: [PATCH 1/4] separate device info --- .github/ISSUE_TEMPLATE/bug.yaml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 4a5c66a..90ef183 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -18,16 +18,28 @@ body: options: - label: Yes, I did read the FAQ required: true - -- type: textarea + +- type: markdown attributes: - label: Device info - description: - value: | - - iOS/iPadOS version: - - Device model: - - Sideload tool (AltStore, Sideloadly, TrollStore,...): - - The specific version of uYouPlus (**latest or newest is NOT a version number!**): + value: "## Device Info" + +- type: input + label: iOS/iPadOS version + validations: + required: true + +- type: input + label: Device model + validations: + required: true + +- type: input + label: Sideload tool (AltStore, Sideloadly, TrollStore,...) + validations: + required: true + +- type: input + label: uYouEnhanced version (**latest or newest is NOT a version number!**) validations: required: true From 08a06f52a2a8bebac75efdb71b281e691215aa29 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 16 Dec 2023 11:09:28 -0500 Subject: [PATCH 2/4] oops --- .github/ISSUE_TEMPLATE/bug.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 90ef183..2e16182 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -24,22 +24,26 @@ body: value: "## Device Info" - type: input - label: iOS/iPadOS version + attributes: + label: iOS/iPadOS version validations: required: true - type: input - label: Device model + attributes: + label: Device model validations: required: true - type: input - label: Sideload tool (AltStore, Sideloadly, TrollStore,...) + attributes: + label: Sideload tool (AltStore, Sideloadly, TrollStore,...) validations: required: true - type: input - label: uYouEnhanced version (**latest or newest is NOT a version number!**) + attributes: + label: uYouEnhanced version (**latest or newest is NOT a version number!**) validations: required: true From f1a7024cf3645c31450049a5e9125260df8c1d84 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 16 Dec 2023 11:13:57 -0500 Subject: [PATCH 3/4] move parentheses into description and remove italics --- .github/ISSUE_TEMPLATE/bug.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 2e16182..f28f160 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -6,7 +6,7 @@ body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: _Please search to see if an issue already exists for the bug you encountered. **I DON\'T MAKE THIS TICK BOX FOR COSMETIC.**_ + description: Please search to see if an issue already exists for the bug you encountered. **I DIDN\'T MAKE THIS CHECKBOX FOR COSMETICS** options: - label: I have searched the existing issues required: true @@ -14,7 +14,7 @@ body: - type: checkboxes attributes: label: Have you read the FAQ? - description: _Make sure you actually visit the [**FAQ**](https://github.com/qnblackcat/uYouPlus/wiki/FAQ) page! **I DON\'T MAKE THIS TICK BOX FOR COSMETIC**_ + description: Make sure you actually visit the [**FAQ**](https://github.com/qnblackcat/uYouPlus/wiki/FAQ) page! **I DIDN\'T MAKE THIS CHECKBOX FOR COSMETICS** options: - label: Yes, I did read the FAQ required: true @@ -37,27 +37,29 @@ body: - type: input attributes: - label: Sideload tool (AltStore, Sideloadly, TrollStore,...) + label: Sideload tool + placeholder: AltStore, Sideloadly, TrollStore, ... validations: required: true - type: input attributes: - label: uYouEnhanced version (**latest or newest is NOT a version number!**) + label: uYouEnhanced version + description: **latest or newest is NOT a version number!** validations: required: true - type: textarea attributes: label: Describe the bug - description: _Please attach videos or screenshots if possible_ + description: Please attach videos or screenshots if possible validations: required: true - type: textarea attributes: label: Steps to reproduce the issue - description: _Please attach videos or screenshots if possible_ + description: Please attach videos or screenshots if possible value: | 1. 2. @@ -69,14 +71,13 @@ body: id: logs attributes: label: Crash log (if the app crashes) - description: _If somehow the app crashes, **you must provide the crash log**. It can be found in your device's Settings App > Privacy > Analytics & Improvements > Analytics Data > Youtube-xxx-xxx.ips_ + description: If somehow the app crashes, **you must provide the crash log**. It can be found in your device's Settings App > Privacy > Analytics & Improvements > Analytics Data > Youtube-xxx-xxx.ips render: shell - type: dropdown attributes: label: Are you using the newest version of uYouPlus? If not, why? - description: _Developers spend time and effort to fix bugs & add improvements with every release. Why don't you update to the [latest version](https://github.com/qnblackcat/uYouPlus/releases/latest) before reporting about an issue?_ - multiple: false + description: Developers spend time and effort to fix bugs & add improvements with every release. Why don't you update to the [latest version](https://github.com/qnblackcat/uYouPlus/releases/latest) before reporting about an issue? options: - ✅ Yes, I'm using the latest version of uYouPlus right now - ❌ No, I'll explain at the end of the template @@ -86,8 +87,7 @@ body: - type: dropdown attributes: label: Does the issue happen with the official YouTube from AppStore? - description: _Well, YouTube itself is buggy sometimes..._ - multiple: false + description: Well, YouTube itself is buggy sometimes... options: - ❌ No, I can't reproduce this issue in the official YouTube from AppStore - ✅ Yes, I can reproduce this issue in the official YouTube from AppStore @@ -97,6 +97,6 @@ body: - type: textarea attributes: label: Additional context - description: _Um, anything else you want to say?_ + description: Um, anything else you want to say? validations: required: false From 8176ae891f05ff7d16490c1dff60371963c8076d Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 16 Dec 2023 15:54:46 -0500 Subject: [PATCH 4/4] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index f28f160..7bcd539 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -45,10 +45,14 @@ body: - type: input attributes: label: uYouEnhanced version - description: **latest or newest is NOT a version number!** + description: "**latest or newest is NOT a version number!**" validations: required: true +- type: markdown + attributes: + value: "## Description" + - type: textarea attributes: label: Describe the bug