From 1476564b2f6e825869a553eef86e9a28744a8d59 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 12 Nov 2021 12:17:02 +1000 Subject: [PATCH] update issue template --- .github/ISSUE_TEMPLATE/config.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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.