From c55f5b9ab869c612692e2308315ed66a3f02632f Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 2 Nov 2023 11:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E6=9B=B4=E6=96=B0=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 21 ++++----------------- .github/ISSUE_TEMPLATE/enhancement.yml | 23 +++++------------------ .github/ISSUE_TEMPLATE/todo.yml | 2 -- 3 files changed, 9 insertions(+), 37 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 47f69a6e..8239aca2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -4,8 +4,6 @@ title: "[Bug] " labels: - BUG - Question -assignees: - - BTMuli body: - type: markdown attributes: @@ -16,25 +14,14 @@ body: - 复现流程 - type: checkboxes attributes: - label: Issue重复性检查 - description: 我确认查找过相关的 Issue + label: Issue Check options: - label: 我确认查找过相关的 Issue - required: true - - type: checkboxes - attributes: - label: 问题必要性检查 - description: 我确认这个问题是影响使用的 - options: + required: false - label: 我确认这个问题是影响使用的 - required: true - - type: checkboxes - attributes: - label: 提问的艺术 - description: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions) - options: + required: false - label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions) - required: true + required: false - type: textarea id: description attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index cb733673..3d6e06cd 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -3,8 +3,6 @@ description: 提交新功能请求 title: "[Feat] " labels: - 新特性 -assignees: - - BTMuli body: - type: markdown attributes: @@ -15,25 +13,14 @@ body: - 当前使用版本 - type: checkboxes attributes: - label: Issue重复性检查 - description: 我确认查找过相关的 Issue + label: Issue Check options: - label: 我确认查找过相关的 Issue - required: true - - type: checkboxes - attributes: - label: 功能必要性检查 - description: 我确认这个功能是完善用户体验的 - options: - - label: 我确认这个功能是完善用户体验的 - required: true - - type: checkboxes - attributes: - label: 提问的艺术 - description: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions) - options: + required: false + - label: 我确认这个问题是影响使用的 + required: false - label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions) - required: true + required: false - type: textarea id: description attributes: diff --git a/.github/ISSUE_TEMPLATE/todo.yml b/.github/ISSUE_TEMPLATE/todo.yml index 8ca381d4..2a740284 100644 --- a/.github/ISSUE_TEMPLATE/todo.yml +++ b/.github/ISSUE_TEMPLATE/todo.yml @@ -3,8 +3,6 @@ description: 用于开发人员 Issue 的模板 title: "[TODO] " labels: - 新特性 -assignees: - - BTMuli body: - type: markdown attributes: