diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml
new file mode 100644
index 000000000..1c8ce1217
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-issue.yml
@@ -0,0 +1,61 @@
+name: 🐞 Bug report
+description: Report a very clearly broken issue.
+title: 'bug:
'
+labels: [bug]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ # ReVanced bug report
+
+ Important to note that your issue may have already been reported before. Please check for existing issues [here](https://github.com/revanced/revanced-patches/labels/bug)
+
+ - type: dropdown
+ attributes:
+ label: Type
+ options:
+ - Error while patching
+ - Error at runtime
+ - Cosmetic
+ - Other
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Bug description
+ description: How did you find the bug? Any additional details that might help?
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Steps to reproduce
+ description: Add the steps to reproduce this bug including your environment.
+ placeholder: Step 1. Download some files. Step 2. ...
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Relevant log output
+ description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
+ render: shell
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Screenshots or videos
+ description: Add screenshots or videos that show the bug here.
+ placeholder: Drag and drop the screenshots/videos into this box.
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: Solution
+ description: If applicable, add a possible solution.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Additional context
+ description: Add additional context here.
+ validations:
+ required: false
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
deleted file mode 100644
index 1e8837392..000000000
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-name: Bug report
-about: Create a bug report on patches
-title: 'problem: `some-patch`'
-labels: bug
-assignees: ''
-
----
-
-## 🐞 Issue
-
-
-
-## ⚙ Reproduce
-
-
-
-## 🛠 Solution
-
-
-
-## ⚠ Additional context
-
-
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..9f537ff85
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+ - name: 📃 Documentation
+ url: https://github.com/revanced/revanced-documentation/
+ about: Don't know how or where to start? Check out our documentation!
+ - name: 🗨 Discussions
+ url: https://github.com/revanced/revanced-suggestions/discussions
+ about: Got something you think should change or be added? Search for or start a new discussion!
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature-issue.yml b/.github/ISSUE_TEMPLATE/feature-issue.yml
new file mode 100644
index 000000000..bfe1947bd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-issue.yml
@@ -0,0 +1,46 @@
+name: ⭐ Feature request
+description: Create a detailed feature request.
+title: 'feat: '
+labels: [feature-request]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ # ReVanced feature request
+
+ Do not submit requests for patches here. Please submit them [here](https://github.com/orgs/revanced/discussions/categories/patches) instead.
+ Important to note that your feature request may have already been made before. Please check for existing feature requests [here](https://github.com/revanced/revanced-patches/labels/feature-request)
+
+ - type: dropdown
+ attributes:
+ label: Type
+ options:
+ - Functionality
+ - Cosmetic
+ - Other
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Issue
+ description: What is the current problem. Why does it require a feature request?
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Feature
+ description: Describe your feature in detail. How does it solve the issue?
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Motivation
+ description: Why should your feature should be considered?
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Additional context
+ description: Add additional context here.
+ validations:
+ required: false
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 2c203972e..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-name: Feature request
-about: Suggest a change to some patch. Do not submit suggestions for patches here.
-title: 'feat: some feature'
-labels: feature-request
-assignees: ''
-
----
-
-## 🐞 Issue
-
-
-
-## ❗ Solution
-
-
-
-## ❓ Motivation
-
-
-
-## ⚠ Additional context
-
-