From: NRK <nrk@disroot.org>
Date: Sat, 14 Jan 2023 12:46:56 +0000 (+0600)
Subject: issue-template: add a section for opening a discussion
X-Git-Tag: v4.8~39^2
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1887cd1a775b6964611a0ab51d82421709c8fc84;p=nnn.git

issue-template: add a section for opening a discussion

this should give the section more visibility.
---

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 830f5390..f4bd933e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,8 +8,6 @@ assignees: ''
 
 `nnn` comes with excellent documentation (including a Troubleshooting section). If you have a _How to do x_ question, it may have already been answered. Wiki: https://github.com/jarun/nnn/wiki
 
-If you have a question, please start a new [discussion](https://github.com/jarun/nnn/discussions) instead of creating a new issue.
-
 If it looks like a local environment issue, please try to debug yourself. Debugging local setup issues is not our top priority.
 
 If you are looking for a new feature or program option, ensure you have the correct version with the feature installed. Refer to the release notes to confirm.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..2d87a2d5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,4 @@
+contact_links:
+  - name: Question or Support Request
+    url: https://github.com/jarun/nnn/discussions
+    about: If you have a question, need support or want to discuss something then please open a discussion thread.