From d853004d0313c2cc6f28192248f8e68850b513b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:22:15 +0800 Subject: [PATCH] rm --- .github/ISSUE_TEMPLATE/02_bug.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/02_bug.yaml diff --git a/.github/ISSUE_TEMPLATE/02_bug.yaml b/.github/ISSUE_TEMPLATE/02_bug.yaml deleted file mode 100644 index 8ed3b63..0000000 --- a/.github/ISSUE_TEMPLATE/02_bug.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Bug Report 错误报告 -description: Report bugs 报告错误 -labels: bug -body: -- type: input - attributes: - label: Version 程序版本 - validations: - required: true -- type: textarea - attributes: - label: Related screenshot (optional) 相关截图(可选) -- type: textarea - attributes: - label: Reproduction steps 复现步骤 - description: > - Describe the reproduction steps precisely if possible. - - 尽可能详细描述错误产生的细节。 - validations: - required: true \ No newline at end of file