From beda0b07a51363d1b6912eb72b2679ab81cac277 Mon Sep 17 00:00:00 2001 From: xuebing Date: Thu, 21 Dec 2023 16:52:41 +0800 Subject: [PATCH 1/2] ADM-662 issue template: change word for version --- .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 acc6ae4f27..ecde70e694 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,9 +33,8 @@ body: label: Version description: | What version of our software are you running? There is two methods to get the current version: - 1. you can see the version info at the top of the heartbeat pages - 2. Add "api/v1/version" after the host address you visit the heartbeat - If you still could not get the version, you can input "1.1.0" as well + 1. you can see the version info at the left top of the heartbeat pages + 2. If you could not get the version, you can input “1.0.0” as well validations: required: true From 30788cc1301718ecfd1edcdb99f46b61ff457d9b Mon Sep 17 00:00:00 2001 From: xuebing Date: Thu, 21 Dec 2023 17:33:44 +0800 Subject: [PATCH 2/2] ADM-662 issue template: use English quotation marks --- .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 ecde70e694..416286ea5b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,7 +34,7 @@ body: description: | What version of our software are you running? There is two methods to get the current version: 1. you can see the version info at the left top of the heartbeat pages - 2. If you could not get the version, you can input “1.0.0” as well + 2. If you could not get the version, you can input "1.0.0" as well validations: required: true