Skip to content

Commit be9b0ca

Browse files
alexeyraspopovJohnNilsson
authored andcommitted
Issue template: fix env list ordering (#2697)
1 parent 71ad004 commit be9b0ca

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/ISSUE_TEMPLATE.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,10 @@
7979
Please fill in all the relevant fields by running these commands in terminal.
8080
-->
8181

82-
1. `npm ls react-scripts-ts` (if you haven’t ejected):
83-
2. `node -v`:
84-
3. `npm -v`:
85-
4. `yarn --version` (if you use Yarn):
86-
<<<<<<< HEAD
87-
5. `npm ls react-scripts` (if you haven’t ejected):
88-
=======
89-
3. `npm ls react-scripts-ts` (if you haven’t ejected):
90-
>>>>>>> Fix Code Review
82+
1. `node -v`:
83+
2. `npm -v`:
84+
3. `yarn --version` (if you use Yarn):
85+
4. `npm ls react-scripts-ts` (if you haven’t ejected):
9186

9287
Then, specify:
9388

0 commit comments

Comments
 (0)