diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d6cd447..f963aa7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,6 +4,11 @@ If it looks like a local environment issue, please try to debug yourself. Debugg Before opening an issue, please try to reproduce the issue on latest master. The bug you noticed might have already been fixed. +Useful links: + +- [compile `nnn` from source](https://github.com/jarun/nnn#from-source) +- [debugging `nnn`](https://github.com/jarun/nnn/wiki/debugging-nnn) + If the issue can be reproduced on master, please make sure you provide the following: - exact steps to reproduce the issue |