From 25e4c1e93696929b73f8d5df4052ce1afb7339b8 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 26 Dec 2024 14:42:00 +0900 Subject: [PATCH] chore: tweak GitHub issue template (#909) --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 5b54514bf..e6416ded0 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -19,7 +19,7 @@ body: - type: input attributes: label: What version of the middleware? - description: 0.0.0 + placeholder: 0.0.0 validations: required: true - type: input