[Pkg-javascript-commits] [uglifyjs] 96/228: remove checkboxes from Issues template

Jonas Smedegaard dr at jones.dk
Sat Apr 15 14:25:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository uglifyjs.

commit aa80ee349d7c534a950ce6cba00c59ca0f7b5629
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date:   Wed Mar 8 19:19:54 2017 +0800

    remove checkboxes from Issues template
---
 .github/ISSUE_TEMPLATE.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 6c62c47..31ba69d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,7 +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.
+- `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.
\ No newline at end of file
+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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list