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.