From 0d3cf8b6e8cbc46d394a1bdfcc12ffa5f6a72859 Mon Sep 17 00:00:00 2001 From: fncolon Date: Wed, 5 Jan 2022 04:23:14 +0700 Subject: chore: update bug_8 environment (#4156) Guiding how to update the environment in bug pull request much clear. --- .github/ISSUE_TEMPLATE/bug_8.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_8.yml b/.github/ISSUE_TEMPLATE/bug_8.yml index 89e5790cd..f6855c4de 100644 --- a/.github/ISSUE_TEMPLATE/bug_8.yml +++ b/.github/ISSUE_TEMPLATE/bug_8.yml @@ -45,16 +45,16 @@ body: label: Environment description: | examples: - - **npm**: 7.6.3 - - **Node**: 13.14.0 - - **OS**: Ubuntu 20.04 - - **platform**: Macbook Pro + - **`npm -v`**: **npm**: 7.6.3 + - **`node -v`**: **Node.js**: 13.14.0 + - **OS Name**: Ubuntu 20.04 + - **System Model Name**: Macbook Pro - **`npm config ls`**: `; "user" config from ...` value: | - npm: - - Node: - - OS: - - platform: + - Node.js: + - OS Name: + - System Model Name: - npm config: ```ini ; copy and paste output from `npm config ls` here -- cgit v1.2.3