From c4678e311641d328cd127a5f83f7f566aeda09d2 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 15 Mar 2023 04:19:44 +0530 Subject: [PATCH] Update issue templates Signed-off-by: Arun Prakash Jana --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 29 ----------------------- 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2d87a2d5..09306cfc 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - - name: Question or Support Request + - name: Idea, Enhancement, Question, Support url: https://github.com/jarun/nnn/discussions - about: If you have a question, need support or want to discuss something then please open a discussion thread. + about: If you have a question, need support or want to discuss new ideas then please open a discussion thread. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 6320123d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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. - -**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.