From e7097bd3e6698ce4599279792196b9707bbad972 Mon Sep 17 00:00:00 2001 From: eric2788 Date: Thu, 14 Mar 2024 10:20:24 +0800 Subject: [PATCH] added config for issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 978ef5ac..aa2db676 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -64,6 +64,8 @@ body: label: 扩展版本 description: 你所使用的扩展版本? placeholder: e.g. 2.0.0 + validations: + required: true - type: textarea id: logs attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..def0cbf4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 其他讨论 + url: https://github.com/eric2788/bilibili-vup-stream-enhancer/discussions + about: 如你的问题并非基于bug或功能请求,你可以在讨论区提出 + - name: 联络作者 + url: https://t.me/eric1008818 + about: 如果你认为现有资源无法解答你的问题,你可以直接联系作者 \ No newline at end of file