From 1b2120110d251de816757d3eceac952df9e3d0c1 Mon Sep 17 00:00:00 2001 From: Marcus Olsson Date: Sat, 22 Jul 2023 22:20:45 +0200 Subject: [PATCH] Add node version to bug issue template --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index fe4cfe6..aedbe99 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -47,6 +47,14 @@ body: placeholder: 9.0.0 validations: required: true + - type: input + id: node-version + attributes: + label: Node Version + description: What version of Node are you running? Please be as specific as possible + placeholder: '18.17' + validations: + required: true - type: dropdown id: operating-systems attributes: