Skip to content

Commit 2fd43f0

Browse files
[Docs]: update issue template to include the instruction to fetch local environment information (#308)
* docs: update issue template * docs: make the instructions a bit more friendly Co-authored-by: Vesa Laakso <482561+valscion@users.noreply.github.com> Co-authored-by: Vesa Laakso <482561+valscion@users.noreply.github.com>
1 parent a0b354f commit 2fd43f0

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
...
33

44
#### Technical info
5-
* Webpack Bundle Analyzer version:
6-
* Webpack version:
7-
* Node.js version:
8-
* npm/yarn version:
9-
* OS:
5+
6+
<!--
7+
Please include the output of running the command below:
8+
9+
npx envinfo --system --binaries --npmPackages=*webpack* --npmGlobalPackages=webpack-bundle-analyzer
10+
11+
-->
12+
13+
<pre>
14+
REPLACE THIS TEXT WITH THE OUTPUT FROM THE COMMAND ABOVE
15+
</pre>
1016

1117
#### Debug info
1218
How do you use this module? As CLI utility or as plugin?

0 commit comments

Comments
 (0)