Skip to content

Commit aa80ee3

Browse files
authored
remove checkboxes from Issues template
1 parent 80e8176 commit aa80ee3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- 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.
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.
66

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.
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)