From 412021d7a8011ad4d8f1e0a791866c541b1e8632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?caiyingwenm=E5=90=8D=E5=AD=97=E9=9D=9E=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E9=95=BF=E5=90=8D=E5=AD=97=E9=9D=9E=E5=B8=B8=E7=9A=84=E9=95=BF?= Date: Thu, 27 Apr 2023 08:54:37 +0000 Subject: [PATCH] add .github/ISSUE_TEMPLATE/config.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: caiyingwenm名字非常的长名字非常的长 --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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..6a94c05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: 我的自定义链接 + url: https://weihongbin.com + about: 这个是我的网站 + - name: 第二个站点 + url: https://gitee.com + about: 这个不是我的网站 \ No newline at end of file -- Gitee