From 217e76e37df211a6ed6ee85a387dac2d8e1a375f Mon Sep 17 00:00:00 2001
From: Aaron Veil <70171475+anddea@users.noreply.github.com>
Date: Mon, 23 Dec 2024 17:45:45 +0300
Subject: [PATCH] chore: Update issue templates
---
.github/ISSUE_TEMPLATE/bug-report.yml | 15 ++-
.github/ISSUE_TEMPLATE/bug_report.yml | 110 ---------------------
.github/ISSUE_TEMPLATE/feature-request.yml | 6 +-
.github/ISSUE_TEMPLATE/feature_request.yml | 106 --------------------
.github/ISSUE_TEMPLATE/question.yml | 42 --------
.github/ISSUE_TEMPLATE/suggestion.yml | 45 ---------
6 files changed, 13 insertions(+), 311 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml
delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml
delete mode 100644 .github/ISSUE_TEMPLATE/question.yml
delete mode 100644 .github/ISSUE_TEMPLATE/suggestion.yml
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 788a30544..da09df8e0 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -6,11 +6,12 @@ body:
- type: markdown
attributes:
value: |
- # ReVanced Extended Patches bug report
+ # ReVanced Extended bug report
Before creating a new bug report, please keep the following in mind:
- - **Do not submit a duplicate bug report**: You can review existing bug reports [here](https://github.com/YT-Advanced/ReX-patches/labels/Bug%20report).
+ - If your bug is not related to [unique features](https://github.com/anddea/revanced-patches/wiki/Unique-features), open your bug report in [ReVanced](https://github.com/ReVanced/revanced-patches/issues) and [RVX](https://github.com/inotia00/ReVanced_Extended/issues) first.
+ - **Do not submit a duplicate bug report**: You can review existing bug reports [here](https://github.com/anddea/revanced-patches/labels/Bug%20report).
- **Check if this issue reproduces in unpatched apps as well**: Most bugs can also be reproduced in unpatched apps.
- type: dropdown
attributes:
@@ -36,7 +37,7 @@ body:
attributes:
label: Application
description: Write down the application and version where the issue occurs.
- placeholder: e.g. YouTube v19.02.39
+ placeholder: e.g. YouTube v19.16.39
validations:
required: true
- type: textarea
@@ -48,7 +49,7 @@ body:
- Add images and videos if possible
- List used patches if applicable
validations:
- required: true
+ required: true
- type: textarea
attributes:
label: Error logs
@@ -73,10 +74,14 @@ body:
label: Acknowledgements
description: Your bug report will be closed if you don't follow the checklist below.
options:
- - label: This issue does not reproduce on unpatched YouTube or YT Music.
+ - label: This issue does not reproduce on unpatched apps.
required: true
- label: This issue is not a duplicate of an existing bug report.
required: true
+ - label: I did not use any settings marked as `Experimental Flags`.
+ required: true
+ - label: I have patched the APK according to the [documentation](https://github.com/inotia00/revanced-documentation#readme).
+ required: true
- label: I have chosen an appropriate title.
required: true
- label: All requested information has been provided properly.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
deleted file mode 100644
index f623d8a57..000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ /dev/null
@@ -1,110 +0,0 @@
-name: 🐞 Bug report
-description: Report a bug or an issue.
-title: 'bug: '
-labels: ['Bug report']
-body:
- - type: markdown
- attributes:
- value: |
-
-
- # ReVanced Patches bug report
-
- Before creating a new bug report, please keep the following in mind:
-
- - **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/ReVanced/revanced-patches/issues?q=label%3A%22Bug+report%22).
- - **Review the contribution guidelines**: Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-patches/blob/main/CONTRIBUTING.md).
- - **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
- - type: textarea
- attributes:
- label: Bug description
- description: |
- - Describe your bug in detail
- - Add steps to reproduce the bug if possible (Step 1. ... Step 2. ...)
- - Add images and videos if possible
- - List used patches if applicable
- validations:
- required: true
- - type: textarea
- attributes:
- label: Error logs
- description: Exceptions can be captured by running `logcat | grep AndroidRuntime` in a shell.
- render: shell
- - type: textarea
- attributes:
- label: Solution
- description: If applicable, add a possible solution to the bug.
- - type: textarea
- attributes:
- label: Additional context
- description: Add additional context here.
- - type: checkboxes
- id: acknowledgements
- attributes:
- label: Acknowledgements
- description: Your bug report will be closed if you don't follow the checklist below.
- options:
- - label: I have checked all open and closed bug reports and this is not a duplicate.
- required: true
- - label: I have chosen an appropriate title.
- required: true
- - label: All requested information has been provided properly.
- required: true
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index 548db4c8e..ac8a99163 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -6,11 +6,11 @@ body:
- type: markdown
attributes:
value: |
- # ReVanced Extended Patches feature request
+ # ReVanced Extended feature request
Before creating a new feature request, please keep the following in mind:
- - **Do not submit a duplicate feature request**: You can review existing feature requests [here](https://github.com/YT-Advanced/ReX-patches/labels/Feature%20request).
+ - **Do not submit a duplicate feature request**: You can review existing feature requests [here](https://github.com/anddea/revanced-patches/labels/Feature%20request).
- type: dropdown
attributes:
label: Application
@@ -30,7 +30,7 @@ body:
- type: textarea
attributes:
label: Motivation
- description: |
+ description: |
A strong motivation is necessary for a feature request to be considered.
- Why should this feature be implemented?
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
deleted file mode 100644
index f49436ec6..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ /dev/null
@@ -1,106 +0,0 @@
-name: ⭐ Feature request
-description: Create a detailed request for a new feature.
-title: 'feat: '
-labels: ['Feature request']
-body:
- - type: markdown
- attributes:
- value: |
-
-
- # ReVanced Patches feature request
-
- Before creating a new feature request, please keep the following in mind:
-
- - **Do not submit a duplicate feature request**: Search for existing feature requests [here](https://github.com/ReVanced/revanced-patches/issues?q=label%3A%22Feature+request%22).
- - **Review the contribution guidelines**: Make sure your feature request adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-patches/blob/main/CONTRIBUTING.md).
- - **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
- - type: textarea
- attributes:
- label: Feature description
- description: |
- - Describe your feature in detail
- - Add images, videos, links, examples, references, etc. if possible
- - Add the target application name in case you request a new patch
- - type: textarea
- attributes:
- label: Motivation
- description: |
- A strong motivation is necessary for a feature request to be considered.
-
- - Why should this feature be implemented?
- - What is the explicit use case?
- - What are the benefits?
- - What makes this feature important?
- validations:
- required: true
- - type: checkboxes
- id: acknowledgements
- attributes:
- label: Acknowledgements
- description: Your feature request will be closed if you don't follow the checklist below.
- options:
- - label: I have checked all open and closed feature requests and this is not a duplicate
- required: true
- - label: I have chosen an appropriate title.
- required: true
- - label: All requested information has been provided properly.
- required: true
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml
deleted file mode 100644
index 1a7c4fa42..000000000
--- a/.github/ISSUE_TEMPLATE/question.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: ❓ Question
-description: Leave your questions about the patches or other things.
-title: 'question: '
-labels: ['Question']
-body:
- - type: markdown
- attributes:
- value: |
- # ReX question
-
- Before creating a new question, please keep the following in mind:
-
- - **Do not submit a duplicate question**: You can review existing questions [here](https://github.com/YT-Advanced/ReX-patches/labels/Question).
- - type: dropdown
- attributes:
- label: Application
- options:
- - YouTube
- - YouTube Music
- - Other
- validations:
- required: true
- - type: textarea
- attributes:
- label: Question description
- description: |
- - Describe your question in detail
- - Add images and videos if possible
- - type: checkboxes
- id: acknowledgements
- attributes:
- label: Acknowledgements
- description: Your issue will be closed if you haven't done these steps.
- options:
- - label: This issue is not a duplicate of an existing question.
- required: true
- - label: I have chosen an appropriate title.
- required: true
- - label: All requested information has been provided properly.
- required: true
- - label: I have written the title and contents in English.
- required: true
diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml
deleted file mode 100644
index c15d8aef1..000000000
--- a/.github/ISSUE_TEMPLATE/suggestion.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-name: 📜 Suggestion
-description: Leave any other suggestions about the patches or other things.
-title: 'suggestion: '
-labels: ['Suggestion']
-body:
- - type: markdown
- attributes:
- value: |
- # ReX suggestion
-
- Before creating a new suggestion, please keep the following in mind:
-
- - **Do not submit a duplicate suggestion**: You can review existing suggestions [here](https://github.com/YT-Advanced/ReX-patches/labels/Suggestion).
- - **Do not write feature requests**: This is a suggestion, not a feature request.
- - type: dropdown
- attributes:
- label: Application
- options:
- - YouTube
- - YouTube Music
- - Other
- validations:
- required: true
- - type: textarea
- attributes:
- label: Suggestion description
- description: |
- - Describe your suggestion in detail
- - Add images and videos if possible
- - type: checkboxes
- id: acknowledgements
- attributes:
- label: Acknowledgements
- description: Your issue will be closed if you haven't done these steps.
- options:
- - label: This issue is not a duplicate of an existing suggestion.
- required: true
- - label: This is not a feature request.
- required: true
- - label: I have chosen an appropriate title.
- required: true
- - label: All requested information has been provided properly.
- required: true
- - label: I have written the title and contents in English.
- required: true