aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 6d710c6a..c5343f3f 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -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.**