diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-10-07 18:52:52 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-10-07 18:52:52 +0530 |
commit | 43acb25255840fc206d4575218178c8a80f7928d (patch) | |
tree | e53b121e5923a918c6cf1c33650aff575f2f5d48 /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | 8bbe7e9896fb6eb5b92b7b91d2d63f4de7996b29 (diff) | |
download | nnn-43acb25255840fc206d4575218178c8a80f7928d.tar.gz |
Update issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index aba92a7..bf47594 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,8 @@ labels: bug 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 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. @@ -14,8 +16,8 @@ Before opening an issue, please try to reproduce on latest master. The bug you n Useful links: -- compile `nnn` from source - https://github.com/jarun/nnn#from-source -- debugging `nnn` - https://github.com/jarun/nnn/wiki/debugging-nnn +- compile `nnn` from source - https://github.com/jarun/nnn/wiki/Usage#from-source +- debugging `nnn` - https://github.com/jarun/nnn/wiki/Developer-guides#debugging-nnn If the issue can be reproduced on master, log it. |