]> Sergey Matveev's repositories - nnn.git/commitdiff
issue-template: add a section for opening a discussion
authorNRK <nrk@disroot.org>
Sat, 14 Jan 2023 12:46:56 +0000 (18:46 +0600)
committerNRK <nrk@disroot.org>
Sat, 14 Jan 2023 12:48:11 +0000 (18:48 +0600)
this should give the section more visibility.

.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]

index 830f5390e62281e717ca53a912d0077999e4fc36..f4bd933e9fc540fd254d26fc5810c95199e078ea 100644 (file)
@@ -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 (file)
index 0000000..2d87a2d
--- /dev/null
@@ -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.