issue template: describe acceptable JS input

This commit is contained in:
kzc 2017-07-27 09:17:25 -04:00 committed by GitHub
parent bc61deeca9
commit 23ec503f7c

View File

@ -8,7 +8,14 @@
**Uglify version (`uglifyjs -V`)**
**JavaScript input** <!-- ideally as small as possible -->
**JavaScript input**
<!--
A complete parsable JS program exhibiting the issue with
UglifyJS alone - without third party tools or libraries.
Ideally the input should be as small as possible.
Post a link to a gist if necessary.
-->
**The `uglifyjs` CLI command executed or `minify()` options used.**