From e27b403cca9db044f28def35ea5e472da2fca954 Mon Sep 17 00:00:00 2001 From: imsyy Date: Thu, 1 Jun 2023 15:20:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/add.yml | 2 +- .github/ISSUE_TEMPLATE/other.yml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/add.yml b/.github/ISSUE_TEMPLATE/add.yml index 2acdeb4..301f8ff 100644 --- a/.github/ISSUE_TEMPLATE/add.yml +++ b/.github/ISSUE_TEMPLATE/add.yml @@ -1,6 +1,6 @@ name: 添加接口 description: 请填写希望添加的接口信息 -title: "[添加接口]" +title: "添加接口" labels: [add] body: - type: input diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index e90e4b8..ba0adcd 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -1,3 +1,14 @@ name: 其他信息 description: 关于使用上的问题 -labels: [other] \ No newline at end of file +labels: [other] +body: + - type: textarea + id: title + attributes: + label: "问题描述" + description: "请尽量清晰的描述您遇到的问题" + - type: textarea + id: other + attributes: + label: "补充信息" + description: "有需要补充的信息吗"