From 294ab0b04b37506713bb776d70634010e95c875a Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Fri, 31 Jan 2025 00:24:00 +0000
Subject: [PATCH] chore(setup): update issue templates

---
 .github/ISSUE_TEMPLATE/config.yml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 2e79785..9e2a7f3 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,8 @@
 blank_issues_enabled: false
 contact_links:
+  - name: Build and deployment issues
+    url: https://github.com/theNewDynamic/gohugo-theme-ananke/discussions/categories/2-q-a-support
+    about: Please ask and answer questions here. Open a bug report only if you are sure it is a bug.
   - name: Feature requests and problem solutions
-    url: https://github.com/theNewDynamic/gohugo-theme-ananke/discussions
+    url: https://github.com/theNewDynamic/gohugo-theme-ananke/discussions/categories/3-ideas
     about: Please ask and answer questions here. Open a bug report only if you are sure it is a bug.

--
Gitblit v1.10.0