explain how to make a proper bug report (#1579)
authorAlex Lam S.L <alexlamsl@gmail.com>
Wed, 8 Mar 2017 10:56:01 +0000 (18:56 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 10:56:01 +0000 (18:56 +0800)
fixes #1574

.github/ISSUE_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..6c62c47
--- /dev/null
@@ -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