From 11a7e897dcbb1d8cafa1ad1bd435ee54e50814dc Mon Sep 17 00:00:00 2001 From: Zeng1998 <1129142694@qq.com> Date: Tue, 22 Nov 2022 19:30:04 +0800 Subject: [PATCH] fix: update issue template (#530) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e0f21c954..6035c7cb9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,8 +20,8 @@ body: Provide the steps to reproduce the issue. placeholder: | 1. Go to '...' - 3. Click on '....' - 4. See error + 2. Click on '....' + 3. See error validations: required: true - type: textarea