diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-18 06:58:19 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-18 06:58:19 +0530 |
commit | e38c0108ba70d7cdce30a12e2a46d67f233cbcda (patch) | |
tree | d778daf446a85c96fd0be4b7166b8852dc663ff1 /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | 645f43355e887e8d24698fb70bd2ac8a50b191d4 (diff) | |
download | nnn-e38c0108ba70d7cdce30a12e2a46d67f233cbcda.tar.gz |
Update issue template, add feature template
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a36645d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' +--- + +If it looks like a local environment issue, please try to debug yourself. Debugging local setup issues is not our top priority. + +Before opening an issue, please try to reproduce 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, log it. + +Please provide the environment details. **If that's missing, the issue will be closed without any cited reason.** + +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. + +#### FEATURE REQUESTS + +Please consider contributing the feature back to `nnn` yourself. Feel free to discuss in the ToDo list thread. We are more than happy to help. + +--- PLEASE DELETE THIS LINE AND EVERYTHING ABOVE --- + +#### Environment details (Put `x` in the checkbox along with the information) + +[ ] Operating System: +[ ] Desktop Environment: +[ ] Terminal Emulator: +[ ] Shell: +[ ] Custom desktop opener (if applicable): +[ ] Program options used: +[ ] Configuration options set: +[ ] Issue exists on `nnn` master + +#### Exact steps to reproduce the issue |