From 344534e4fccb401ad33b36b654997ce45e9820bf Mon Sep 17 00:00:00 2001 From: xishang0128 Date: Fri, 30 Aug 2024 12:01:16 +0800 Subject: [PATCH] adjust issues template --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3584636 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: '常见问题' + about: '提出问题前请先查看常见问题' + url: 'https://mihomo.party/guides/issue/general/' \ No newline at end of file