Skip to content

Commit cf9f8a0

Browse files
author
Bond
committed
Document using the --info flag to get environment info
1 parent bab2c29 commit cf9f8a0

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.github/ISSUE_TEMPLATE.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,26 @@
7676
### Environment
7777

7878
<!--
79-
Please fill in all the relevant fields by running these commands in terminal.
80-
-->
79+
To help identify if a problem is specific to a platform, browser, or module version, information about your environment is required.
80+
This enables the maintainers quickly reproduce the issue and give feedback.
8181
82-
1. `node -v`:
83-
2. `npm -v`:
84-
3. `yarn --version` (if you use Yarn):
85-
4. `npm ls react-scripts` (if you haven’t ejected):
82+
Run the command specific to your operating system in your react app's folder
83+
84+
Windows: `create-react-app --info | clip`
85+
macOS: `create-react-app --info | pbcopy`
86+
Linux: `create-react-app --info`
87+
88+
If you get an error, you can use `npx` or `yarn` by running one of the commands below in terminal.
89+
90+
npx create-react-app --info
91+
yarn create react-app --info
8692
87-
Then, specify:
93+
Paste the output of the command in the section below.
94+
-->
95+
(paste the output of the command here)
8896

89-
1. Operating system:
90-
2. Browser and version (if relevant):
97+
Then, specify:
98+
1. Browser and version (if relevant)
9199

92100

93101
### Steps to Reproduce

0 commit comments

Comments
 (0)