From 6a0183c24658e956c1fd0fd6d0927b39f4fb2585 Mon Sep 17 00:00:00 2001
From: Markus Heiser <markus.heiser@darmarit.de>
Date: Mon, 16 May 2022 07:25:34 +0200
Subject: [PATCH] [fix] remove .github/ISSUE_TEMPLATE/discuss.md

In 2021 we did not used github-discussions, see commit message of 272c9d6b.
Theses days we use github-discussions and have a Q&A category in there [1].

[1] https://github.com/searxng/searxng/discussions/categories/q-a

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
---
 .github/ISSUE_TEMPLATE/config.yml | 5 +++++
 .github/ISSUE_TEMPLATE/discuss.md | 8 --------
 2 files changed, 5 insertions(+), 8 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/config.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/discuss.md

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..6df909a6a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: true
+contact_links:
+  - name: Questions & Answers (Q&A)
+    url: https://github.com/searxng/searxng/discussions/categories/q-a
+    about: Ask questions and find answers
diff --git a/.github/ISSUE_TEMPLATE/discuss.md b/.github/ISSUE_TEMPLATE/discuss.md
deleted file mode 100644
index c86c5e6a1..000000000
--- a/.github/ISSUE_TEMPLATE/discuss.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-name: Question
-about: Ask questions or start a discussion
-title: '[question]'
-labels: question
-assignees: ''
-
----