mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
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.
This commit is contained in:
parent
8ec76cb0f3
commit
d4f5aa25a6
1 changed files with 9 additions and 2 deletions
11
.github/ISSUE_TEMPLATE/bug.yaml
vendored
11
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue