aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 60b77c7c..e6966c3d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,11 +1,7 @@
-**Bug report or feature request?**
+**Bug report or feature request?**
<!-- Note: sub-optimal but correct code is not a bug -->
-**ES5 or ES6+ input?**
-
-<!-- Note: for ES6 see: https://github.com/mishoo/UglifyJS2/tree/harmony#harmony -->
-
**Uglify version (`uglifyjs -V`)**
**JavaScript input**
@@ -24,6 +20,6 @@
**JavaScript output or error produced.**
<!--
- Note: `uglify-js` only supports ES5.
- Those wishing to minify ES6 should use `uglify-es`.
+ Note: `uglify-js` only supports JavaScript.
+ Those wishing to minify ES6+ should transpile first.
-->