mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update issue templates
This commit is contained in:
parent
fcddaea035
commit
418246ee5d
3 changed files with 54 additions and 28 deletions
37
.github/ISSUE_TEMPLATE/bug.yaml
vendored
37
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -1,22 +1,22 @@
|
|||
name: Bug
|
||||
description: Make sure you complete the template. Otherwise, it will be closed without further explanation!
|
||||
description: Report a bug here
|
||||
title: "[Bug] Replace this with your title"
|
||||
labels: bug
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
description: Please search to see if an issue already exists for the bug you encountered. **I DIDN\'T MAKE THIS CHECKBOX FOR COSMETICS**
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Have you read the FAQ?
|
||||
description: Make sure you actually visit the [**FAQ**](https://github.com/qnblackcat/uYouPlus/wiki/FAQ) page! **I DIDN\'T MAKE THIS CHECKBOX FOR COSMETICS**
|
||||
label: Have you read the Wiki?
|
||||
description: |
|
||||
Please ensure you have read the [**Wiki**](https://github.com/arichornlover/uYouEnhanced/wiki)
|
||||
options:
|
||||
- label: Yes, I did read the FAQ
|
||||
- label: Yes, I have read the Wiki
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
|
|
@ -26,30 +26,39 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: iOS/iPadOS version
|
||||
placeholder: iOS 17.4
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Device model
|
||||
placeholder: iPhone 15 Pro Max
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Sideload tool
|
||||
placeholder: AltStore, Sideloadly, TrollStore, ...
|
||||
label: Sideload method
|
||||
placeholder: AltStore, Sideloadly, TrollStore, Signulous, deb, ...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Tweak version
|
||||
placeholder: uYouEnhanced/uYouPlusExtra/uYouPlus - v18.xx.x-3.0.1
|
||||
placeholder: uYouEnhanced - v19.xx.x-3.0.3
|
||||
description: "**latest or newest is NOT a version number!**"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Do you have Youtube Premium?
|
||||
options:
|
||||
- label: Yes, I have Youtube Premium
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Description"
|
||||
|
|
@ -76,23 +85,22 @@ body:
|
|||
id: logs
|
||||
attributes:
|
||||
label: Crash log (if the app crashes)
|
||||
description: If somehow the app crashes, **you must provide the crash log**. It can be found in your device's Settings App > Privacy > Analytics & Improvements > Analytics Data > Youtube-xxx-xxx.ips
|
||||
description: It can be found in Settings App > Privacy > Analytics & Improvements > Analytics Data > Youtube-xxx-xxx.ips
|
||||
render: shell
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Are you using the newest version of uYouPlus? If not, why?
|
||||
description: Developers spend time and effort to fix bugs & add improvements with every release. Why don't you update to the [latest version](https://github.com/qnblackcat/uYouPlus/releases/latest) before reporting about an issue?
|
||||
label: Are you using the newest version of uYouEnhanced?
|
||||
description: Update to the [latest version](https://github.com/arichornlover/uYouEnhanced/releases) to see if it fixes your issue
|
||||
options:
|
||||
- ✅ Yes, I'm using the latest version of uYouPlus right now
|
||||
- ❌ No, I'll explain at the end of the template
|
||||
- ✅ Yes, I'm using the latest version
|
||||
- ❌ No, I'll explain at the end
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Does the issue happen with the official YouTube from AppStore?
|
||||
description: Well, YouTube itself is buggy sometimes...
|
||||
options:
|
||||
- ❌ No, I can't reproduce this issue in the official YouTube from AppStore
|
||||
- ✅ Yes, I can reproduce this issue in the official YouTube from AppStore
|
||||
|
|
@ -102,6 +110,5 @@ body:
|
|||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Um, anything else you want to say?
|
||||
validations:
|
||||
required: false
|
||||
|
|
|
|||
30
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
name: Feature Request
|
||||
description: Request a new feature to be added
|
||||
title: "[Request] Replace with your question"
|
||||
labels: enhancement
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Do you have Youtube Premium?
|
||||
options:
|
||||
- label: Yes, I have Youtube Premium
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: My feature request
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
validations:
|
||||
required: false
|
||||
|
|
@ -5,16 +5,7 @@ labels: question
|
|||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Have you read the FAQ?
|
||||
description: _Make sure you actually visit the [**FAQ**](https://github.com/qnblackcat/uYouPlus/wiki/FAQ) page! **I DON\'T MAKE THIS TICK BOX FOR COSMETIC**_
|
||||
options:
|
||||
- label: Yes, I did read the FAQ
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue/question for this?
|
||||
description: _Please search to see if an issue already exists for the bug you encountered. **I DON\'T MAKE THIS TICK BOX FOR COSMETIC.**_
|
||||
label: Is there an existing issue for this?
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
|
|
@ -22,7 +13,7 @@ body:
|
|||
- type: dropdown
|
||||
attributes:
|
||||
label: Do you think this is a bug?
|
||||
description: _If you think this is a bug, please open a new issue with the bug template_
|
||||
description: _If so, please use the bug template_
|
||||
multiple: false
|
||||
options:
|
||||
- ✅ Yes, I believe this is a bug. I will open a new issue with the bug template
|
||||
|
|
@ -33,13 +24,11 @@ body:
|
|||
- type: textarea
|
||||
attributes:
|
||||
label: My question
|
||||
description: _Please enter your question here_
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: _Um, anything else you want to say?_
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Reference in a new issue