mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +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
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: iOS/iPadOS version
|
label: iOS/iPadOS version
|
||||||
placeholder: iOS 17.4
|
placeholder: iOS 17.5.1
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
@ -47,7 +47,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Tweak version
|
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!**"
|
description: "**latest or newest is NOT a version number!**"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -109,6 +109,13 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Select the configuration used for building
|
||||||
|
options:
|
||||||
|
- label: buildapp.yml
|
||||||
|
- label: build.sh
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue