aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2021-01-07 08:53:29 +0000
committerGitHub <noreply@github.com>2021-01-07 16:53:29 +0800
commit6c419bc083e097337960f1a19d2c352336d75e16 (patch)
tree87febc2499af74b116f8d4b0e5fb76a910f10291 /.github
parent25321df959eb7aac7bd144be428a0aea0d29a0b9 (diff)
downloadtracifyjs-6c419bc083e097337960f1a19d2c352336d75e16.tar.gz
tracifyjs-6c419bc083e097337960f1a19d2c352336d75e16.zip
implement `UGLIFY_BUG_REPORT` (#4516)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e46005a1..19958945 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -31,6 +31,15 @@ test case will be closed.
<!--
Command-line or API call to UglifyJS without third party tools or libraries.
+
+For users using bundlers or transpilers, you may be able to gather the required
+information through setting the `UGLIFY_BUG_REPORT` environment variable:
+
+ UGLIFY_BUG_REPORT=1 (Linux)
+ set UGLIFY_BUG_REPORT=1 (Windows)
+
+before running your usual build process. The resulting "minified" output should
+contain the necessary details for this report.
-->
**JavaScript output or error produced.**