separate device info
This commit is contained in:
parent
908f28fc81
commit
cb52d0f838
1 changed files with 21 additions and 9 deletions
28
.github/ISSUE_TEMPLATE/bug.yaml
vendored
28
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -19,15 +19,27 @@ body:
|
||||||
- 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue