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.md21
1 files changed, 16 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 44afb511..577bb665 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,8 +1,19 @@
-- Bug report or feature request? <!-- Note: sub-optimal but correct code is not a bug -->
-- `uglify-js` version (`uglifyjs -V`)
-- JavaScript input - ideally as small as possible.
-- The `uglifyjs` CLI command executed or `minify()` options used.
-- An example of JavaScript output produced and/or the error or warning.
+**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-js` version (`uglifyjs -V`)**
+
+**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.**
+
<!--
Note: the release version of uglify-js only supports ES5. Those wishing
to minify ES6 should use the experimental harmony branch.