From 7c0e3a1937d7f6b31f85777be57794c0cf04dfa7 Mon Sep 17 00:00:00 2001 From: binaryify Date: Wed, 14 Oct 2020 10:53:26 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/------.md | 6 +++--- .github/ISSUE_TEMPLATE/----.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/------.md b/.github/ISSUE_TEMPLATE/------.md index 890b544..be58d9f 100644 --- a/.github/ISSUE_TEMPLATE/------.md +++ b/.github/ISSUE_TEMPLATE/------.md @@ -1,8 +1,8 @@ --- name: 创建问题反馈 about: 问题反馈 -title: '' -labels: '' +title: '<不按照模版格式或者删除模版信息将得不到处理,确认看完了调用前须知再发 issues>' +labels: 'bug' assignees: '' --- @@ -25,7 +25,7 @@ assignees: '' ->先看文档有没有相关说明,调用前须知必看 +>先看文档有没有相关说明,调用前须知必看,确认看完了调用前须知再发 issues >先在 issues 搜一下是否有相似问题,没有再发,否则直接关闭 diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md index dd3c4f4..0586c62 100644 --- a/.github/ISSUE_TEMPLATE/----.md +++ b/.github/ISSUE_TEMPLATE/----.md @@ -2,7 +2,7 @@ name: 功能需求 about: 希望添加新接口 title: '' -labels: '' +labels: '功能需求' assignees: '' --- -- GitLab