Skip to content

Commit

Permalink
doc: guidance to get version of nodejs and OS
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
preveen-stack authored and gireeshpunathil committed Jun 6, 2023
1 parent 5b6b462 commit 0608cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0608cc2

Please sign in to comment.