diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-03-24 23:12:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-24 23:12:58 +0800 |
commit | b454ce667eb8d9179c74532f308484bdae5392f5 (patch) | |
tree | 5c604dfdc8ea2c21243336c4aeb1f295ead95b96 /.github/ISSUE_TEMPLATE.md | |
parent | 32283a0def807e0a382d4a6a23cc42e99084e1dd (diff) | |
download | tracifyjs-b454ce667eb8d9179c74532f308484bdae5392f5.tar.gz tracifyjs-b454ce667eb8d9179c74532f308484bdae5392f5.zip |
Update ISSUE_TEMPLATE.md
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 31ba69d3..44afb511 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,9 @@ -- Bug report or feature request? +- 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. - -Note: the release version of `uglify-js` only supports ES5. Those wishing to minify ES6 should use the experimental [`harmony`](https://github.com/mishoo/UglifyJS2#harmony) branch. +<!-- + Note: the release version of uglify-js only supports ES5. Those wishing + to minify ES6 should use the experimental harmony branch. +--> |