diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ca97a668bab..e262238dc23 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -76,18 +76,20 @@ ### Environment + To help identify if a problem is specific to a platform, browser, or module version, information about your environment is required. + This enables the maintainers quickly reproduce the issue and give feedback. -1. `node -v`: -2. `npm -v`: -3. `yarn --version` (if you use Yarn): -4. `npm ls react-scripts` (if you haven’t ejected): + Run the following command in your react app's folder in terminal. + Note: The result is copied to your clipboard directly. + + npx -p create-react-app -p clipboard-cli -c "create-react-app --info | clipboard" + + Paste the output of the command in the section below. +--> +(paste the output of the command here) Then, specify: - -1. Operating system: -2. Browser and version (if relevant): +1. Browser and version (if relevant) ### Steps to Reproduce