From 072e4df5bc74ccbd4a99ce02302f8ad82121657a Mon Sep 17 00:00:00 2001 From: BTMuli <72692909+BTMuli@users.noreply.github.com> Date: Thu, 6 Apr 2023 03:45:15 +0800 Subject: [PATCH] =?UTF-8?q?ci(issue):=20=E6=94=B9=E5=A5=BD=E4=BA=86?= =?UTF-8?q?=EF=BC=8C=E4=B8=8B=E6=AC=A1=E4=B8=80=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: BTMuli (cherry picked from commit a1fe25ab463e8da93ae17b038169268837e682d8) --- .github/ISSUE_TEMPLATE/bug.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index cd412a80..c57af525 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -16,21 +16,21 @@ body: - 复现流程 - type: checkboxes attributes: - label: 请确认 + label: Issue重复性检查 description: 我确认没有查找过相关的 Issue options: - label: 我确认没有查找过相关的 Issue required: false - type: checkboxes attributes: - label: 请确认 + label: 问题必要性检查 description: 我确认这个问题是无用且不必要的 options: - label: 我确认这个问题是无用且不必要的 required: false - type: checkboxes attributes: - label: 请确认 + label: 提问的艺术 description: 我没有阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions) options: - label: 我没有阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)