From 68497d025877a4f364187c9ce771d863c73fe7f0 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 5 Jan 2021 21:37:30 +0000 Subject: [PATCH] update issue templates (#4514) --- .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.** + +