Skip to content

Commit 80e8176

Browse files
authored
explain how to make a proper bug report (#1579)
fixes #1574
1 parent 711f88d commit 80e8176

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Bug report or feature request?
2+
- [ ] `uglify-js` version (`uglifyjs -V`)
3+
- [ ] JavaScript input - ideally as small as possible.
4+
- [ ] The `uglifyjs` CLI command executed or `minify()` options used.
5+
- [ ] An example of JavaScript output produced and/or the error or warning.
6+
7+
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.

0 commit comments

Comments
 (0)