From c3ce1c416d6570f48f55b10b2daabe37cc3bbf83 Mon Sep 17 00:00:00 2001
From: Ategon <ategon@programming.dev>
Date: Mon, 26 Feb 2024 00:24:42 +0000
Subject: [PATCH] Update .github/ISSUE_TEMPLATE/config.yaml

---
 .github/ISSUE_TEMPLATE/config.yaml | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml
index 0e3caf9..faba44c 100644
--- a/.github/ISSUE_TEMPLATE/config.yaml
+++ b/.github/ISSUE_TEMPLATE/config.yaml
@@ -1,16 +1,11 @@
+blank_issues_enabled: false
 contact_links:
-  - name: 🔓 Security Reports
-    url: mailto:security@forgejo.org
-    about: "Please email <security@forgejo.org> (GPG: `A4676E79`) instead of opening a public issue."
-  - name: 💬 Matrix Chat Room
-    url: https://matrix.to/#/#forgejo-chat:matrix.org
-    about: Please ask questions and discuss configuration or deployment problems here.
-  - name: 💬 Matrix Space
-    url: https://matrix.to/#/#forgejo:matrix.org
-    about: A collection of Matrix rooms relating to Forgejo in addition to the main chat room.
-  - name: 📚 Documentation
-    url: https://forgejo.org/docs/latest/
-    about: Documentation about Forgejo.
-  - name: ❓ Frequently Asked Questions
-    url: https://forgejo.org/faq/
-    about: Please check if your question is mentioned here.
+  - name: Programming.Dev Matrix Space
+    url: https://matrix.to/#/#p.d:matrix.org
+    about: For general chatting about programming.dev
+  - name: Programming.Dev Discord
+    url: https://discord.gg/PkdaMKsRQ9
+    about: For general chatting about programming.dev
+  - name: Email
+    url: mailto:info@programming.dev
+    about: Email the programming.dev team
\ No newline at end of file