From ec98516b0e4f2e24a5212cab990ccfaa6989985e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 22 Jan 2020 10:58:55 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/crash-report.md | 15 +++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/crash-report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000000..a4ab7215aab8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: C-bug +assignees: '' + +--- + +**Describe the bug** + +**Input code** + +**Config** +```json +{ + // Please copy and paste your .swcrc file here +} +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + + +**Version** +The version of @swc/core: + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/crash-report.md b/.github/ISSUE_TEMPLATE/crash-report.md new file mode 100644 index 000000000000..a4be12f6e172 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash-report.md @@ -0,0 +1,15 @@ +--- +name: Crash report +about: Create a report to help us improve +title: 'panic: ' +labels: C-bug +assignees: '' + +--- + +1. Source code + +2. `.swcrc` file + +3. Error message gained from `swc --sync ` +(--sync is required to get panic message)