Skip to content

Commit 0608cc2

Browse files
preveen-stackgireeshpunathil
authored andcommitted
doc: guidance 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 PR-URL: #4163 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
1 parent 5b6b462 commit 0608cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/help.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
id: node_version
1515
attributes:
1616
label: Node.js version
17-
description: The version of Node.js you are using.
17+
description: The version of Node.js you are using. (run command node -p process.versions on your system and share the output)
1818
value: "Not applicable."
1919
validations:
2020
required: true
@@ -30,7 +30,7 @@ body:
3030
id: os
3131
attributes:
3232
label: Operating system
33-
description: The operating system you are running.
33+
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)
3434
validations:
3535
required: true
3636

0 commit comments

Comments
 (0)