diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
similarity index 96%
rename from .github/ISSUE_TEMPLATE/bug-issue.yml
rename to .github/ISSUE_TEMPLATE/bug-report.yml
index b90072ccb6..c34e15fc52 100644
--- a/.github/ISSUE_TEMPLATE/bug-issue.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,61 +1,61 @@
-name: 🐞 Bug report
-description: Create a new bug report.
-title: 'bug:
'
-labels: [bug]
-body:
- - type: markdown
- attributes:
- value: |
- # ReVanced Manager bug report
-
- Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one.
- - type: textarea
- attributes:
- label: Bug description
- description:
- - Describe your bug in detail
- - Add steps to reproduce the bug if possible (Step 1. Download some files. Step 2. ...)
- - Add images and videos if possible
- - List selected patches if applicable
- validations:
- required: true
- - type: textarea
- attributes:
- label: Version of ReVanced Manager and version & name of application you tried to patch
- validations:
- required: true
- - type: dropdown
- attributes:
- label: Installation type
- options:
- - Non-root
- - Root
- validations:
- required: false
- - type: textarea
- attributes:
- label: Device logs
- description: Export logs in ReVanced Manager settings.
- render: shell
- validations:
- required: true
- - type: textarea
- attributes:
- label: Patcher logs
- description: Export logs in "Patcher" screen.
- render: shell
- validations:
- required: false
- - type: checkboxes
- attributes:
- label: Acknowledgements
- description: Your issue will be closed if you don't follow the checklist below!
- options:
- - label: This request is not a duplicate of an existing issue.
- required: true
- - label: I have chosen an appropriate title.
- required: true
- - label: All requested information has been provided properly.
- required: true
- - label: The issue is solely related to the ReVanced Manager
- required: true
+name: 🐞 Bug report
+description: Create a new bug report.
+title: 'bug: '
+labels: [bug]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ # ReVanced Manager bug report
+
+ Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one.
+ - type: textarea
+ attributes:
+ label: Bug description
+ description:
+ - Describe your bug in detail
+ - Add steps to reproduce the bug if possible (Step 1. Download some files. Step 2. ...)
+ - Add images and videos if possible
+ - List selected patches if applicable
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Version of ReVanced Manager and version & name of application you tried to patch
+ validations:
+ required: true
+ - type: dropdown
+ attributes:
+ label: Installation type
+ options:
+ - Non-root
+ - Root
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: Device logs
+ description: Export logs in ReVanced Manager settings.
+ render: shell
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Patcher logs
+ description: Export logs in "Patcher" screen.
+ render: shell
+ validations:
+ required: false
+ - type: checkboxes
+ attributes:
+ label: Acknowledgements
+ description: Your issue will be closed if you don't follow the checklist below!
+ options:
+ - label: This request is not a duplicate of an existing issue.
+ required: true
+ - label: I have chosen an appropriate title.
+ required: true
+ - label: All requested information has been provided properly.
+ required: true
+ - label: The issue is solely related to the ReVanced Manager
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/feature-issue.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
similarity index 97%
rename from .github/ISSUE_TEMPLATE/feature-issue.yml
rename to .github/ISSUE_TEMPLATE/feature-request.yml
index fda70e87b2..f5676dec7d 100644
--- a/.github/ISSUE_TEMPLATE/feature-issue.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -1,42 +1,42 @@
-name: ⭐ Feature request
-description: Create a new feature request.
-title: 'feat: '
-labels: [feature-request]
-body:
- - type: markdown
- attributes:
- value: |
- # ReVanced Manager feature request
-
- Please check for existing feature requests [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one.
- - type: textarea
- attributes:
- label: Feature description
- description: Describe your feature in detail.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Motivation
- description: Explain why the lack of it is a problem.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Additional context
- description: In case there is something else you want to add.
- validations:
- required: false
- - type: checkboxes
- attributes:
- label: Acknowledgements
- description: Your issue will be closed if you don't follow the checklist below!
- options:
- - label: This request is not a duplicate of an existing issue.
- required: true
- - label: I have chosen an appropriate title.
- required: true
- - label: All requested information has been provided properly.
- required: true
- - label: The issue is solely related to the ReVanced Manager
- required: true
+name: ⭐ Feature request
+description: Create a new feature request.
+title: 'feat: '
+labels: [feature-request]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ # ReVanced Manager feature request
+
+ Please check for existing feature requests [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one.
+ - type: textarea
+ attributes:
+ label: Feature description
+ description: Describe your feature in detail.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Motivation
+ description: Explain why the lack of it is a problem.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Additional context
+ description: In case there is something else you want to add.
+ validations:
+ required: false
+ - type: checkboxes
+ attributes:
+ label: Acknowledgements
+ description: Your issue will be closed if you don't follow the checklist below!
+ options:
+ - label: This request is not a duplicate of an existing issue.
+ required: true
+ - label: I have chosen an appropriate title.
+ required: true
+ - label: All requested information has been provided properly.
+ required: true
+ - label: The issue is solely related to the ReVanced Manager
+ required: true