aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorkzc <kzc@users.noreply.github.com>2017-07-27 09:38:36 -0400
committerAlex Lam S.L <alexlamsl@gmail.com>2017-07-27 21:38:36 +0800
commit32ea2c5530079ddbbbc50b23b2adeff44ba7b5df (patch)
tree6de66a13e32bb2c49882664434142e43df39427d /.github
parentbc61deeca911bd0418ddda605a7449cd31b66ce4 (diff)
downloadtracifyjs-32ea2c5530079ddbbbc50b23b2adeff44ba7b5df.tar.gz
tracifyjs-32ea2c5530079ddbbbc50b23b2adeff44ba7b5df.zip
issue template: describe acceptable JS input (#2255)
Diffstat (limited to '.github')
-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.**