From 9979735af3245e3fd19e06b7ac7d2d5528056a68 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Thu, 27 Mar 2025 21:35:54 +0300 Subject: [PATCH] docs: fixed bug_report.yml 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 c3d35b9..e02597e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,7 +59,7 @@ body: id: version attributes: label: Version and commit hash - placeholder: e.g. 2.0.0 (commit: 04fb8387948a89e5379a35500bf744ae7f2e6ec4) + placeholder: "e.g. 2.0.0 (commit: 04fb8387948a89e5379a35500bf744ae7f2e6ec4)" description: Go to the application, click "About" and copy the "Version" string validations: required: true