From e38c0108ba70d7cdce30a12e2a46d67f233cbcda Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 18 Apr 2020 06:58:19 +0530 Subject: Update issue template, add feature template --- .github/ISSUE_TEMPLATE.md | 33 ------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 ++++++++++++++++++ 3 files changed, 65 insertions(+), 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 4ac96c8..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,33 +0,0 @@ -#### 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 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): -[ ] Issue exists on `nnn` master - -#### Exact steps to reproduce the issue 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..05109d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' +--- + +**Is your feature request related to a problem? Please describe.** + +A clear and concise description of what the problem is. + +**Describe the solution you'd like** + +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** + +A clear and concise description of any alternative solutions or features you've +considered. + +**Additional context** + +Add any other context or screenshots about the feature request here. -- cgit v1.2.3-70-g09d2