separate device info

This commit is contained in:
Aaron Liu 2023-12-16 11:08:00 -05:00 committed by GitHub
parent 908f28fc81
commit cb52d0f838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,16 +18,28 @@ body:
options: options:
- label: Yes, I did read the FAQ - label: Yes, I did read the FAQ
required: true required: true
- type: textarea - type: markdown
attributes: attributes:
label: Device info value: "## Device Info"
description:
value: | - type: input
- iOS/iPadOS version: label: iOS/iPadOS version
- Device model: validations:
- Sideload tool (AltStore, Sideloadly, TrollStore,...): required: true
- The specific version of uYouPlus (**latest or newest is NOT a version number!**):
- type: input
label: Device model
validations:
required: true
- type: input
label: Sideload tool (AltStore, Sideloadly, TrollStore,...)
validations:
required: true
- type: input
label: uYouEnhanced version (**latest or newest is NOT a version number!**)
validations: validations:
required: true required: true