diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-16 15:29:44 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-16 19:03:17 +0530 |
commit | ff0378c18b73009b5293c34e4e709054b69e7cd7 (patch) | |
tree | 05724a67084a6cb464f181d6440da6b13991534a | |
parent | 208ea1a57ebe1432a32c4778cac8411d323f1c4e (diff) | |
download | nnn-ff0378c18b73009b5293c34e4e709054b69e7cd7.tar.gz |
Add issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..d6cd447 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +#### 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. + +If the issue can be reproduced on master, please make sure you provide the following: + +- exact steps to reproduce the issue +- details of operating system, desktop environment, terminal emulator and shell + +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 --- |