aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-03-08 18:56:01 +0800
committerGitHub <noreply@github.com>2017-03-08 18:56:01 +0800
commit80e81765cf073be2f62010cc9d63bf6c3106a714 (patch)
treef7ce653a91ca6a608d67fe06055d9a1186f2883c /.github/ISSUE_TEMPLATE.md
parent711f88dcb49bc0daf0548f3ec240f680e05dfc27 (diff)
downloadtracifyjs-80e81765cf073be2f62010cc9d63bf6c3106a714.tar.gz
tracifyjs-80e81765cf073be2f62010cc9d63bf6c3106a714.zip
explain how to make a proper bug report (#1579)
fixes #1574
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..6c62c47f
--- /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