diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index b39b253d..00000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# These are supported funding model platforms
-
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
-open_collective: # Replace with a single Open Collective username
-ko_fi: xC3FFF0E
-tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
-community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
-otechie: # Replace with a single Otechie username
-lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
-custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
deleted file mode 100644
index 7132a728..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ /dev/null
@@ -1,61 +0,0 @@
-name: ❌ Bug report
-description: Report errors or unexpected behavior
-labels: ❌ bug
-body:
-- type: checkboxes
- attributes:
- label: 🧐 Have you fully read the README and viewed similar issues?
- description: Please read the README. Also check the open and closed issue because your issue may have already been fixed.
- options:
- - label: I have read the README
- required: true
- - label: I have checked older issues, open and closed
- required: true
- - label: I did a clean install of xManager
- required: true
- - label: This is an xManager app issue -- NOT a Spotify mod issue
- required: true
-- type: markdown
- attributes:
- value: "###"
-- type: textarea
- attributes:
- label: ℹ Information
- description: |
- - Device Model: e.g. Pixel 7 Pro
- - Android Version: e.g. Android 13
- - ROM Version: e.g. stock
- - If using unmodified device, list as `stock`. If using a custom ROM, list ROM used, e.g. `LineageOS 20`
- - xManager Version: e.g. 4.1
- - Open xManager, in the bottom section, click About ℹ
- - Report version # at top of screen
- placeholder: |
- - Device Model:
- - Android Version:
- - ROM Version:
- - xManager Version:
- value: |
- - Device Model:
- - Android Version:
- - ROM Version:
- - xManager Version:
- render: markdown
- validations:
- required: true
-- type: textarea
- attributes:
- label: 📝 Description
- description: List steps to reproduce the error and details on what happens and what you expected to happen.
- value: |
- 1.
- 2.
- 3.
- ...
- validations:
- required: true
-- type: textarea
- attributes:
- label: 📸 Screenshots
- description: Place any screenshots of the issue here if needed
- validations:
- required: false
diff --git a/.github/ISSUE_TEMPLATE/idea.yml b/.github/ISSUE_TEMPLATE/idea.yml
deleted file mode 100644
index 1b46e78f..00000000
--- a/.github/ISSUE_TEMPLATE/idea.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: 💡 Suggest an idea
-description: Suggest a new feature or improvement
-labels: 💡 enhancement
-body:
-- type: textarea
- attributes:
- label: Description of the new feature / enhancement
- description: A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable)
- value: |
- - 1
- - 2
- - 3
- validations:
- required: true
-- type: textarea
- attributes:
- label: 📸 Screenshots
- description: Place any screenshots of the issue here if needed
- validations:
- required: false