remove checkboxes from Issues template
This commit is contained in:
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
- Bug report or feature request?
|
- Bug report or feature request?
|
||||||
- [ ] `uglify-js` version (`uglifyjs -V`)
|
- `uglify-js` version (`uglifyjs -V`)
|
||||||
- [ ] JavaScript input - ideally as small as possible.
|
- JavaScript input - ideally as small as possible.
|
||||||
- [ ] The `uglifyjs` CLI command executed or `minify()` options used.
|
- The `uglifyjs` CLI command executed or `minify()` options used.
|
||||||
- [ ] An example of JavaScript output produced and/or the error or warning.
|
- 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`](https://github.com/mishoo/UglifyJS2#harmony) branch.
|
||||||
Reference in New Issue
Block a user