diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-24 11:09:09 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-24 11:09:09 +0530 |
commit | d7fb77861f8356963a7c391471c2582700a97747 (patch) | |
tree | 47f0e4608be67d303b86fa23fcab01db9121a0eb /.github | |
parent | 38829e561015b75ec9d748cd5965d4ddd011c0f2 (diff) | |
download | nnn-d7fb77861f8356963a7c391471c2582700a97747.tar.gz |
Update templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a36645d..df5211a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,10 +21,6 @@ Please provide the environment details. **If that's missing, the issue will be c 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) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 05109d8..6320123 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,7 +5,6 @@ title: '' labels: enhancement assignees: '' --- - **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. @@ -22,3 +21,9 @@ considered. **Additional context** Add any other context or screenshots about the feature request here. + +**Consider contributing** + +Please consider contributing the feature back to `nnn`. + +Feel free to discuss in the ToDo list thread. We are more than happy to help. |