aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
blob: e6966c3dc7d38cc324694820e274378507333177 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
**Bug report or feature request?**

<!-- Note: sub-optimal but correct code is not a bug -->

**Uglify version (`uglifyjs -V`)**

**JavaScript input**

<!--
    A complete parsable JS program exhibiting the issue with
    UglifyJS alone - without third party tools or libraries.
    Ideally the input should be as small as possible.
    Post a link to a gist if necessary.

    Issues without a reproducible test case will be closed.
-->

**The `uglifyjs` CLI command executed or `minify()` options used.**

**JavaScript output or error produced.**

<!--
    Note: `uglify-js` only supports JavaScript.
    Those wishing to minify ES6+ should transpile first.
-->