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.