From a50d2e7e725196bd7ee5b1d337d594212ec154d5 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 1 Oct 2025 22:05:53 +0800 Subject: [PATCH] add a link to Usage Questions discussion when creating a new issue --- .github/ISSUE_TEMPLATE/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ec4bb386..f300182d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,5 @@ -blank_issues_enabled: false \ No newline at end of file +blank_issues_enabled: false +contact_links: + - name: Usage Questions + url: https://github.com/mayswind/ezbookkeeping/discussions/categories/q-a + about: Questions about using ezBookkeeping can be discussed in GitHub Discussions. \ No newline at end of file