From 91a7762b5d70bdd5d37d07248485bcf7f1d8749f Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Sat, 15 Oct 2022 12:14:26 +0300 Subject: [PATCH] chore: fix placeholder being too large --- .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 2fa2c89f..c083296b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -62,11 +62,11 @@ body: description: | Which version of your runtime of choice are you using? If you are using TypeScript, please include its version (`npm list typescript`) as well. - placeholder: | For Node.js: Run `node --version` in your project directory and paste the output. For Deno: Run `deno --version` in your project directory and paste the output. For Bun: Run `bun --version` in your project directory and paste the output. For Other / Browser: Find the version in your runtime of choice and paste it here. + placeholder: v4.2.0 validations: required: true