My build of nnn with minor changes
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bug_report.md 1.6 KiB

5 年前
5 年前
5 年前
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ---
  2. name: Bug report
  3. about: Create a report to help us improve
  4. title: ''
  5. labels: bug
  6. assignees: ''
  7. ---
  8. `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
  9. If it looks like a local environment issue, please try to debug yourself. Debugging local setup issues is not our top priority.
  10. 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.
  11. Before opening an issue, please try to reproduce on latest master. The bug you noticed might have already been fixed.
  12. Useful links:
  13. - compile `nnn` from source - https://github.com/jarun/nnn/wiki/Usage#from-source
  14. - debugging `nnn` - https://github.com/jarun/nnn/wiki/Developer-guides#debugging-nnn
  15. If the issue can be reproduced on master, log it.
  16. Please provide the environment details. **If that's missing, the issue will be closed without any cited reason.**
  17. If we need more information and there is no communication from the bug reporter within 7 days from the date of request, we will close the issue. If you have relevant information, resume discussion any time.
  18. --- PLEASE DELETE THIS LINE AND EVERYTHING ABOVE ---
  19. #### Environment details (Put `x` in the checkbox along with the information)
  20. [ ] Operating System:
  21. [ ] Desktop Environment:
  22. [ ] Terminal Emulator:
  23. [ ] Shell:
  24. [ ] Custom desktop opener (if applicable):
  25. [ ] Program options used:
  26. [ ] Configuration options set:
  27. [ ] Issue exists on `nnn` master
  28. #### Exact steps to reproduce the issue