diff --git a/.github/scripts/validate.js b/.github/scripts/validate.js index f10ca864..19ed2bcc 100644 --- a/.github/scripts/validate.js +++ b/.github/scripts/validate.js @@ -43,8 +43,8 @@ const MESSAGE = { }, OUTDATED_VERSION: (issueVersion, latestVersion) => { return ( - `There is a newer version of the library available.` + - `You are using version ${issueVersion}, while the latest stable version is ${latestVersion}.` + + `There is a newer version of the library available. ` + + `You are using version ${issueVersion}, while the latest stable version is ${latestVersion}. ` + `Please update to the latest version and check if the issue still exists.` + `\n > Note: If the issue still exists, please update the issue report with the latest information.` );