From 1f2bedf3f25c3b00110972865f9be2e5eee13e9c Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Wed, 6 Jan 2021 01:24:07 +0800 Subject: [PATCH] update issue templates --- .github/ISSUE_TEMPLATE.md | 25 ----------------- .github/ISSUE_TEMPLATE/bug_report.md | 41 ++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e6966c3d..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ -**Bug report or feature request?** - - - -**Uglify version (`uglifyjs -V`)** - -**JavaScript input** - - - -**The `uglifyjs` CLI command executed or `minify()` options used.** - -**JavaScript output or error produced.** - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e46005a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +**Uglify version (`uglifyjs -V`)** + +**JavaScript input** + + + +**The `uglifyjs` CLI command executed or `minify()` options used.** + + + +**JavaScript output or error produced.** + +