issue template: describe acceptable JS input (#2255)
authorkzc <kzc@users.noreply.github.com>
Thu, 27 Jul 2017 13:38:36 +0000 (09:38 -0400)
committerAlex Lam S.L <alexlamsl@gmail.com>
Thu, 27 Jul 2017 13:38:36 +0000 (21:38 +0800)
.github/ISSUE_TEMPLATE.md

index 6d710c6..c5343f3 100644 (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.**