explain how to make a proper bug report

fixes #1574
This commit is contained in:
kzc 2017-03-08 17:39:25 +08:00 committed by alexlamsl
parent 344d11d591
commit 9a738d1f02

7
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,7 @@
- Bug report or feature request?
- [ ] `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.