From 84d72ad31ebc6fa30fb297239229b32ce792393f Mon Sep 17 00:00:00 2001 From: Preveen P <31464911+preveen-stack@users.noreply.github.com> Date: Sat, 13 May 2023 21:36:23 +0530 Subject: [PATCH] help.yml - add description as how to get version of nodejs and OS - description modified to include command for getting nodejs version including dependencies - description modified to include command for getting operating system version --- .github/ISSUE_TEMPLATE/help.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/help.yml b/.github/ISSUE_TEMPLATE/help.yml index 574292d..ccf493d 100644 --- a/.github/ISSUE_TEMPLATE/help.yml +++ b/.github/ISSUE_TEMPLATE/help.yml @@ -14,7 +14,7 @@ body: id: node_version attributes: label: Node.js version - description: The version of Node.js you are using. + description: The version of Node.js you are using. (run command node -p process.versions on your system and share the output) value: "Not applicable." validations: required: true @@ -30,7 +30,7 @@ body: id: os attributes: label: Operating system - description: The operating system you are running. + description: The operating system you are running. (share the output of uname -a if you are running on Linux, macOS, *BSD or unix like systems; on windows run the ver command) validations: required: true