From a1142466f2e975d6ae04d5b7c4d6658ba0487242 Mon Sep 17 00:00:00 2001 From: Brayan Oliveira <69634269+BrayanDSO@users.noreply.github.com> Date: Fri, 10 May 2024 17:29:34 -0300 Subject: [PATCH] Guide support and feature requests to the forums (#16370) * Update config.yml * Delete .github/ISSUE_TEMPLATE/feature_request.md --- .github/ISSUE_TEMPLATE/config.yml | 10 +++++++++- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 2 files changed, 9 insertions(+), 21 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 0dd262f5fa8a..ac4b3c2a8a17 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,12 @@ blank_issues_enabled: true contact_links: - name: Anki Forums url: https://forums.ankiweb.net/ - about: If your issue also occurs in Anki Desktop, please report it in the forums \ No newline at end of file + about: If your issue also occurs in Anki Desktop, please report it in the forums + + - name: Questions/Support + url: https://forums.ankiweb.net + about: If you have a question or need support, please post on the user forum. + + - name: Feature Requests/Suggestions + url: https://forums.ankiweb.net/c/suggestions/17 + about: Please post suggestions and feature requests on the user forum. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d6155..000000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**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.