aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-22 06:41:00 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-22 08:05:07 +0530
commit7fa6f75542b95b91164269f85078c851b543869d (patch)
treef6f7b9c260d9df5b353b61f3b2716ee29fe6d0fb /.github
parent30fb03e7265b68624ded6a6e3658353be012f265 (diff)
downloadnnn-7fa6f75542b95b91164269f85078c851b543869d.tar.gz
Update issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md21
1 files changed, 15 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 9f8a1ff..99c748d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,23 +1,32 @@
-#### Bug reports
+#### BUG REPORTS
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 the issue on latest master. The bug you noticed might have already been fixed.
+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, please make sure you provide the following:
+If the issue can be reproduced on master, log it.
-- exact steps to reproduce the issue
-- details of operating system, desktop environment, terminal emulator and shell
+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
+#### 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:
+[ ] Issue exists on `nnn` master
+
+#### Exact steps to reproduce the issue