From 1887cd1a775b6964611a0ab51d82421709c8fc84 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 14 Jan 2023 18:46:56 +0600 Subject: [PATCH] issue-template: add a section for opening a discussion this should give the section more visibility. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 -- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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.