From f914bc4581b189988e218479b6b1ce1df9aef5da Mon Sep 17 00:00:00 2001 From: ZiWei Yuan Date: Sun, 16 Nov 2025 11:50:43 +0800 Subject: [PATCH] [docs]: add issue config (#1621) * [docs]: add issue config * [docs]: consider to force the issue 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..6c53a15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 📚 FAQs | 常见问题 + url: https://github.com/kvcache-ai/ktransformers/issues/1608 + about: Reading in advance is recommended | 建议提前阅读 \ No newline at end of file