From ff670293d92558bee341c4f1ff841f88b95de81b Mon Sep 17 00:00:00 2001 From: Brayan Oliveira <69634269+BrayanDSO@users.noreply.github.com> Date: Fri, 10 May 2024 10:47:58 -0300 Subject: [PATCH 1/2] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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. From 9dfefb43c3ddc1aa0b7ccf7702a512b9fdb44e04 Mon Sep 17 00:00:00 2001 From: Brayan Oliveira <69634269+BrayanDSO@users.noreply.github.com> Date: Fri, 10 May 2024 10:49:07 -0300 Subject: [PATCH 2/2] Delete .github/ISSUE_TEMPLATE/feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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.