From 36931aa18317ed0b2909b0a143b13886d0f33db9 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:29:47 -0400 Subject: [PATCH] meta: remind users to use a supported version in bug reports PR-URL: https://github.com/nodejs/node/pull/54481 Reviewed-By: Matteo Collina Reviewed-By: Antoine du Hamel Reviewed-By: Marco Ippolito --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index bc2f78a46ac722..4637a2fa86e17b 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -13,7 +13,9 @@ body: - type: input attributes: label: Version - description: Output of `node -v` + description: | + Output of `node -v`. + Please verify that you are reproducing the issue in a [currently-supported version](https://github.com/nodejs/Release/blob/HEAD/README.md#release-schedule) of Node.js. - type: textarea attributes: label: Platform