From 0ed022f874a2941b162bed6846a7d582e370635d Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Sat, 5 Apr 2025 12:01:43 +0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ce2623260..da7863574 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,15 +18,14 @@ body: description: "请选择您正在使用的版本分支" options: - main - - main-fix - - refactor + - dev validations: required: true - type: input attributes: label: "具体版本号" description: "请输入您使用的具体版本号" - placeholder: "例如:0.5.11、0.5.8" + placeholder: "例如:0.5.11、0.5.8、0.6.0" validations: required: true - type: textarea