From 4f0b8f898638eb1bafba3c5c3befeed0f33741a2 Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sat, 24 Jan 2026 00:44:25 +1030 Subject: [PATCH] feat: add issue template configuration --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..efa1e91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false + +contact_links: + - name: 📖 Read CONTRIBUTING.md First + url: https://github.com/Dictionarry-Hub/schema/blob/main/CONTRIBUTING.md + about: The schema affects every PCD and Profilarr installation + + - name: 💬 Discuss on Discord + url: https://discord.gg/XGdTJP5G8a + about: All schema changes must be discussed before submitting a PR + + - name: 💬 Database Discussions + url: https://github.com/Dictionarry-Hub/database/discussions + about: Discuss schema changes with the community