Merge pull request #1565 from N-R-K/discussion_template

issue-template: add a section for opening a discussion
This commit is contained in:
Arun 2023-01-14 18:35:59 +05:30 committed by GitHub
commit fef3c673cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View 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.

4
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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.