From cb52d0f8389ee4aef6f636122e3291afbbfa433f Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 16 Dec 2023 11:08:00 -0500 Subject: [PATCH] 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