aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorkzc <kzc@users.noreply.github.com>2017-05-09 23:07:54 -0400
committerAlex Lam S.L <alexlamsl@gmail.com>2017-05-10 11:07:54 +0800
commit0459af2eccc5a6eb28868cfec4c90d384c2d3588 (patch)
treed33e9fff0c32e9f4586e9a91d331ad1a9f97bac4 /.github/ISSUE_TEMPLATE.md
parent04f2344efc090f134989e4cabf5d93d127f34e45 (diff)
downloadtracifyjs-0459af2eccc5a6eb28868cfec4c90d384c2d3588.tar.gz
tracifyjs-0459af2eccc5a6eb28868cfec4c90d384c2d3588.zip
Update issue template: change harmony to uglify-es (#1900)
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 577bb665..6d710c6a 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -6,15 +6,15 @@
<!-- Note: for ES6 see: https://github.com/mishoo/UglifyJS2/tree/harmony#harmony -->
-**`uglify-js` version (`uglifyjs -V`)**
+**Uglify version (`uglifyjs -V`)**
-**JavaScript input - ideally as small as possible.**
+**JavaScript input** <!-- ideally as small as possible -->
**The `uglifyjs` CLI command executed or `minify()` options used.**
-**JavaScript output produced and/or the error or warning.**
+**JavaScript output or error produced.**
<!--
- Note: the release version of uglify-js only supports ES5. Those wishing
- to minify ES6 should use the experimental harmony branch.
+ Note: `uglify-js` only supports ES5.
+ Those wishing to minify ES6 should use `uglify-es`.
-->