From ede1a3e4791b5b72e9df288dede8db85d6309962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BA=A1t?= <52943116+qnblackcat@users.noreply.github.com> Date: Mon, 19 Dec 2022 01:03:25 +0700 Subject: [PATCH] doesn't this look better? --- .github/ISSUE_TEMPLATE/bug.md | 35 ------------- .github/ISSUE_TEMPLATE/bug.yaml | 87 +++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+), 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/bug.yaml diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index 05d462b..0000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug -about: Make sure you complete the template. Otherwise, it will be closed without further explanation! -title: "[Bug] (Replace this with your title)" -labels: bug -assignees: '' - ---- - -## ⚠️ Have you read the [FAQ](https://github.com/qnblackcat/uYouPlus/wiki/FAQ)? Make sure you visit the [FAQ](https://github.com/qnblackcat/uYouPlus/wiki/FAQ) page first!!! ⚠️ - -_Make sure you complete the template. Otherwise, it will be closed without further explanation!_ - -### Device info -- iOS/iPadOS version: -- Device model: -- Sideload tool (Ex: AltStore, Sideloadly, TrollStore,...) -- The specific version of uYouPlus: _**latest** or **newest** is NOT a version number!!_ - -### Describe the bug - - -### How to reproduce the bug -_(Please attach videos or screenshots if possible)_ - -### Crash log (if possible) -_(The crash log can be found in your device's Settings App > Privacy > Analytics & Improvements > Analytics Data > Youtube-xxx-xxx.ips)_ - -### Are you using the newest version of uYouPlus? If not, why? -_(Developers spend time and effort to fix bugs & add improvements with every release. Why don't you update to the latest version before reporting about an issue???)_ - -### Does the issue happen with the official YouTube from AppStore? -_(Well, YouTube itself is buggy sometimes...)_ - -### Additional context: diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000..5ef1714 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,87 @@ +name: Bug +description: Make sure you complete the template. Otherwise, it will be closed without further explanation! +title: "[Bug] " +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_ + options: + - label: I have searched the existing issues + required: true + +- type: checkboxes + attributes: + label: Have you read the FAQ? + description: _Make sure you visit the [**FAQ**](https://github.com/qnblackcat/uYouPlus/wiki/FAQ) page first!_ + options: + - label: Yes, I read the FAQ + required: true + +- type: textarea + attributes: + label: Device info + description: + value: | + - iOS/iPadOS version: + - Device model: + - Sideload tool (Ex: AltStore, Sideloadly, TrollStore,...): + - The specific version of uYouPlus: _**latest** or **newest** is NOT a version number!!_ + render: markdown + validations: + required: true + +- type: textarea + attributes: + label: Describe the bug + description: _Please attach videos or screenshots if possible_ + validations: + required: true + +- type: textarea + attributes: + label: Steps to reproduce the issue + description: _Please attach videos or screenshots if possible_ + placeholder: | + 1. + 2. + 3. + validations: + required: true + +- type: textarea + 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_ + 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 before reporting about an issue?_ + multiple: false + options: + - Yes, I'm using the latest version of uYouPlus right now + - No, I'll explain at the end of the template + validations: + required: true + +- type: dropdown + attributes: + label: Does the issue happen with the official YouTube from AppStore? + description: _Well, YouTube itself is buggy sometimes..._ + multiple: false + options: + - No, It doesn't + - Yes, It does + validations: + required: true + +- type: textarea + attributes: + label: Additional context + description: _Um, anything else you want to say?_ + validations: + required: false