swc/.github/ISSUE_TEMPLATE/crash-report.md

16 lines
245 B
Markdown
Raw Normal View History

2020-01-22 04:58:55 +03:00
---
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)