From 321125caee5c157af195e1005a1b01687d19a99f Mon Sep 17 00:00:00 2001 From: shirenchuang Date: Sun, 9 Oct 2022 15:47:13 +0800 Subject: [PATCH] issue template --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/question.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 00000000..30e38e30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: KnowStreaming官网 + url: https://knowstreaming.com/ + about: KnowStreaming website diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 02789241..e9bf5c05 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,5 +1,5 @@ --- -name: 问题 +name: 提个问题 about: 问KnowStreaming相关问题 title: '' labels: question