diff options
author | kzc <kzc@users.noreply.github.com> | 2017-04-25 13:30:43 -0400 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2017-04-26 01:30:43 +0800 |
commit | bbb5f2a89c9b68b35aec96ccc48a9d0ef250780a (patch) | |
tree | 1ed14d25df5432934a43721d5eafb6b489723f71 /.github/ISSUE_TEMPLATE.md | |
parent | 76d19b60ad5f6c7191eece8f8d224bdf4d920599 (diff) | |
download | tracifyjs-bbb5f2a89c9b68b35aec96ccc48a9d0ef250780a.tar.gz tracifyjs-bbb5f2a89c9b68b35aec96ccc48a9d0ef250780a.zip |
Update ISSUE_TEMPLATE.md (#1846)
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 21 |
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. |