Update bug.yaml

This commit is contained in:
Foxster 2023-12-25 10:04:02 -08:00
parent d4c17b5cce
commit 226a4730aa

View file

@ -1,12 +1,12 @@
name: Bug name: Bug
description: Make sure you complete the template. Otherwise, it will be closed without further explanation! description: Make sure you complete the template. Otherwise, it will be closed without further explanation!
title: "[Bug] Replace this with your title" title: "[v<replace_this_with_your_uYouPlus_version>] Replace this with your title"
labels: bug labels: bug
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for this? label: Is there an existing issue 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.**_ description: _Please check the [**issues**](https://github.com/qnblackcat/uYouPlus/issues) page to see if someone has already reported the bug. **I DIDN\'T MAKE THIS CHECKBOX FOR COSMETIC.**_
options: options:
- label: I have searched the existing issues - label: I have searched the existing issues
required: true required: true
@ -14,73 +14,70 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Have you read the FAQ? 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**_ description: _Make sure you actually visit the [**FAQ**](https://github.com/qnblackcat/uYouPlus/wiki/FAQ) page! **I DIDN\'T MAKE THIS CHECKBOX FOR COSMETIC**_
options: options:
- label: Yes, I did read the FAQ - label: Yes, I have read the FAQ
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Device info label: Device information
description: description:
value: | value: |
- iOS/iPadOS version: - iOS/iPadOS version:
- Device model: - Device model:
- Sideload tool (AltStore, Sideloadly, TrollStore,...): - Sideload tool (AltStore, Sideloadly, TrollStore, etc.):
- The specific version of uYouPlus (**latest or newest is NOT a version number!**):
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the bug label: Describe the issue
description: _Please attach videos or screenshots if possible_ description: _Please attach videos or screenshots if possible_
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce the issue label: Steps to reproduce
description: _Please attach videos or screenshots if possible_ description: _Please attach videos or screenshots if possible_
value: | value: |
1. 1.
2. 2.
3.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: Crash log (if the app crashes) label: Crash log
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: _If the app crashes, **please provide the crash log**. It can be found in Settings > Privacy > Analytics & Improvements > Analytics Data > Youtube-xxx-xxx.ips_
render: shell render: shell
- type: dropdown - type: dropdown
attributes: attributes:
label: Are you using the newest version of uYouPlus? If not, why? label: Are you using the latest 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?_ description: _Developers spent loads of time and effort to fix bugs & make improvements with every release. You might want to try and update to the [latest version](https://github.com/qnblackcat/uYouPlus/releases/latest) before reporting an issue._
multiple: false multiple: false
options: options:
- ✅ Yes, I'm using the latest version of uYouPlus right now - ✅ Yes, I'm using the latest version of uYouPlus
- ❌ No, I'll explain at the end of the template - ❌ No, I'll explain with additional information below
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Does the issue happen with the official YouTube from AppStore? label: Does the issue happen with the official YouTube app from the App Store?
description: _Well, YouTube itself is buggy sometimes..._ description: _YouTube itself is buggy sometimes..._
multiple: false multiple: false
options: options:
- ❌ No, I can't reproduce this issue in the official YouTube from AppStore - ❌ No, I cannot reproduce this issue in the official YouTube app from the App Store
- ✅ Yes, I can reproduce this issue in the official YouTube from AppStore - ✅ Yes, I can reproduce this issue in the official YouTube app from the App Store
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Additional context label: Additional information
description: _Um, anything else you want to say?_
validations: validations:
required: false required: false