From d097be709a15d9206054dcd289c5236bdee81eb0 Mon Sep 17 00:00:00 2001 From: charlesxie <408737515@qq.com> Date: Sat, 12 Oct 2024 13:07:25 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9Abug=20tpl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 81a3ad7..fee0576 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,6 @@ name: 🐛 错误报告 | Bug Report description: 请详细描述您使用过程中遇到的问题。| Please describe in detail the problems you encountered in the process of using. -title: "[Bug问题]: " +title: "【Bug问题】: " labels: ["bug"] body: - type: markdown @@ -32,7 +32,7 @@ body: label: bug 描述 description: 请描述你怎么遇到的 bug和出现什么现象被你认为是bug? placeholder: 请输入描述! - value: "" + value: "我发现..." validations: required: true - type: textarea