nnn/.github/ISSUE_TEMPLATE/bug_report.md

43 lines
1.7 KiB
Markdown
Raw Normal View History

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
2019-03-16 09:59:44 +00:00
2020-10-07 13:22:52 +00:00
`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
2019-03-16 09:59:44 +00:00
If it looks like a local environment issue, please try to debug yourself. Debugging local setup issues is not our top priority.
2020-05-31 07:47:36 +00:00
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.
2019-03-22 01:11:00 +00:00
Before opening an issue, please try to reproduce on latest master. The bug you noticed might have already been fixed.
2019-03-16 09:59:44 +00:00
2019-03-17 14:51:34 +00:00
Useful links:
2020-10-07 13:22:52 +00:00
- 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
2019-03-17 14:51:34 +00:00
2019-03-22 01:11:00 +00:00
If the issue can be reproduced on master, log it.
2019-03-16 09:59:44 +00:00
2019-03-22 01:11:00 +00:00
Please provide the environment details. **If that's missing, the issue will be closed without any cited reason.**
2019-03-16 09:59:44 +00:00
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.
--- PLEASE DELETE THIS LINE AND EVERYTHING ABOVE ---
2019-03-22 01:11:00 +00:00
#### Environment details (Put `x` in the checkbox along with the information)
2021-05-11 17:23:37 +00:00
- [ ] Operating System:
- [ ] Desktop Environment:
- [ ] Terminal Emulator:
- [ ] Shell:
- [ ] Custom desktop opener (if applicable):
- [ ] Program options used:
- [ ] Configuration options set:
2021-12-20 06:26:54 +00:00
- [ ] Plugins are installed
2021-05-11 17:23:37 +00:00
- [ ] Issue exists on `nnn` master
2019-03-22 01:11:00 +00:00
#### Exact steps to reproduce the issue