From 5a44f08bc13e82828cb80003d97c99bb46025ec3 Mon Sep 17 00:00:00 2001
From: Rabenherz112 <rabenherz@theravenhub.com>
Date: Mon, 31 Mar 2025 14:44:36 +0200
Subject: [PATCH] fix: issue template to new github format

---
 .github/ISSUE_TEMPLATE/config.yml | 5 +++++
 .github/issue_template.md         | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 .github/ISSUE_TEMPLATE/config.yml
 delete mode 100644 .github/issue_template.md

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..25825864
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+  - name: "Awesome Selfhosted Data"
+    url: "https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues"
+    about: "Please submit your issues or suggestions to the awesome-selfhosted-data repository instead."
diff --git a/.github/issue_template.md b/.github/issue_template.md
deleted file mode 100644
index 1bff314c..00000000
--- a/.github/issue_template.md
+++ /dev/null
@@ -1 +0,0 @@
-Please do not open issues in this repository. Use https://github.com/awesome-selfhosted/awesome-selfhosted-data instead.