[Pkg-javascript-commits] [uglifyjs] 25/491: Update ISSUE_TEMPLATE.md (#1846)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:18 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit bbb5f2a89c9b68b35aec96ccc48a9d0ef250780a
Author: kzc <kzc at users.noreply.github.com>
Date: Tue Apr 25 13:30:43 2017 -0400
Update ISSUE_TEMPLATE.md (#1846)
---
.github/ISSUE_TEMPLATE.md | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 44afb51..577bb66 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list