issue template: describe acceptable JS input (#2255)

This commit is contained in:
kzc
2017-07-27 09:38:36 -04:00
committed by Alex Lam S.L
parent bc61deeca9
commit 32ea2c5530

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.**