From 0828fd787dbb22a9640b234b435731329ffd3658 Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Thu, 27 Jul 2023 18:31:16 +0800 Subject: [PATCH] chore: update placeholder of version in `bug_report` issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 10719f94..1b801cde 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -21,7 +21,7 @@ body: attributes: label: Alist Version / Alist 版本 description: What version of our software are you running? - placeholder: v2.0.0 + placeholder: v3.xx.xx validations: required: true - type: input