From d4f5aa25a6a7d434cc0b110bd1f4539b0c1abd2c Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:22:20 -0500 Subject: [PATCH] Add Compiling Selection Box Added a new box that tells you whatever you built it from. Would be useful to fix issues with build.sh in uYouEnhanced. --- .github/ISSUE_TEMPLATE/bug.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index c954cfb..ef19af0 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -26,7 +26,7 @@ body: - type: input attributes: label: iOS/iPadOS version - placeholder: iOS 17.4 + placeholder: iOS 17.5.1 validations: required: true @@ -47,7 +47,7 @@ body: - type: input attributes: label: Tweak version - placeholder: uYouEnhanced - v19.xx.x-3.0.3 + placeholder: uYouEnhanced - v19.xx.x-3.0.4 description: "**latest or newest is NOT a version number!**" validations: required: true @@ -109,6 +109,13 @@ body: validations: required: true + - type: checkboxes + attributes: + label: Select the configuration used for building + options: + - label: buildapp.yml + - label: build.sh + - type: textarea attributes: label: Additional context