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: "有需要补充的信息吗"