From 138f82c7fa31b389b53a8cd75bfa96ce55aa7519 Mon Sep 17 00:00:00 2001 From: aric3435 <157071384+arichornloverALT@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:00:02 -0500 Subject: [PATCH] Modernize bug.yaml Not exactly modernized. I was only referring to updating the Device Info, iOS/iPadOS version to the newer versions and models & added 2 new build configuration options for users. --- .github/ISSUE_TEMPLATE/bug.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index d968926..9fbb29b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -26,14 +26,14 @@ body: - type: input attributes: label: iOS/iPadOS version - placeholder: iOS 17.5.1 + placeholder: iOS 18.0.0 validations: required: true - type: input attributes: label: Device model - placeholder: iPhone 15 Pro Max + placeholder: iPhone 16 Pro Max validations: required: true @@ -111,10 +111,12 @@ body: - type: checkboxes attributes: - label: Select the configuration used for building the uYouEnhanced ipa. (Optional) + label: Select the configuration used for building or obtaining the uYouEnhanced ipa. (Optional) options: - label: "buildapp.yml (GitHub Actions — build method as suggested by [Wiki - Building](https://github.com/arichornlover/uYouEnhanced/wiki/Building))" - label: "build.sh (Shell script)" + - label: "AltStore Source (obtained from https://raw.githubusercontent.com/arichornlover/arichornlover.github.io/main/apps.json)" + - label: "Other (obtained from untrusted or potentially unsafe sources such as phishing sites, unknown individuals, or unofficial channels.)" - type: textarea attributes: