Skip to content

Commit

Permalink
Issue template: fix env list ordering (#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov authored and JohnNilsson committed Aug 9, 2017
1 parent 71ad004 commit be9b0ca
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,10 @@
Please fill in all the relevant fields by running these commands in terminal.
-->

1. `npm ls react-scripts-ts` (if you haven’t ejected):
2. `node -v`:
3. `npm -v`:
4. `yarn --version` (if you use Yarn):
<<<<<<< HEAD
5. `npm ls react-scripts` (if you haven’t ejected):
=======
3. `npm ls react-scripts-ts` (if you haven’t ejected):
>>>>>>> Fix Code Review
1. `node -v`:
2. `npm -v`:
3. `yarn --version` (if you use Yarn):
4. `npm ls react-scripts-ts` (if you haven’t ejected):

Then, specify:

Expand Down

0 comments on commit be9b0ca

Please sign in to comment.