mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-31 07:58:36 +00:00
separate device info
This commit is contained in:
parent
908f28fc81
commit
cb52d0f838
1 changed files with 21 additions and 9 deletions
30
.github/ISSUE_TEMPLATE/bug.yaml
vendored
30
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -18,16 +18,28 @@ body:
|
|||
options:
|
||||
- label: Yes, I did read the FAQ
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
label: Device info
|
||||
description:
|
||||
value: |
|
||||
- iOS/iPadOS version:
|
||||
- Device model:
|
||||
- Sideload tool (AltStore, Sideloadly, TrollStore,...):
|
||||
- The specific version of uYouPlus (**latest or newest is NOT a version number!**):
|
||||
value: "## Device Info"
|
||||
|
||||
- type: input
|
||||
label: iOS/iPadOS version
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- 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:
|
||||
required: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue