Skip to content

Commit

Permalink
Modernize bug.yaml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aricloverEXALT authored Oct 1, 2024
1 parent 7cb2c7e commit 138f82c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 138f82c

Please sign in to comment.