mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
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.
This commit is contained in:
parent
7cb2c7e13f
commit
138f82c7fa
1 changed files with 5 additions and 3 deletions
8
.github/ISSUE_TEMPLATE/bug.yaml
vendored
8
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue