aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
blob: 577bb665c2625c026a73dde7d78d6c7ea5df9c3d (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
**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.
-->