diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f74ddc981..ea2e2153d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,13 @@ blank_issues_enabled: false contact_links: - - name: User Forums - url: https://forums.ankiweb.net - about: Please post questions, feature requests, and possible bugs here. + - name: Bug Reports + url: https://forums.ankiweb.net + about: This issue tracker is for developers. Please report any bugs you encounter over on the user forum, and they will be triaged there. + - 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 our user forum.