Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Jan 22, 2020
1 parent 8ecbe14 commit ec98516
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/crash-report.md
Original file line number Diff line number Diff line change
@@ -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 <input.js>`
(--sync is required to get panic message)

0 comments on commit ec98516

Please sign in to comment.