[Pkg-javascript-commits] [uglifyjs] 95/228: explain how to make a proper bug report (#1579)

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 80e81765cf073be2f62010cc9d63bf6c3106a714
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date:   Wed Mar 8 18:56:01 2017 +0800

    explain how to make a proper bug report (#1579)
    
    fixes #1574
---
 .github/ISSUE_TEMPLATE.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..6c62c47
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -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.
\ No newline at end of file

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