swc/.github/ISSUE_TEMPLATE/bug_report.md

34 lines
569 B
Markdown
Raw Normal View History

2020-01-22 04:58:55 +03:00
---
name: Bug report
about: Use this when swc breaks something
2021-02-17 15:27:55 +03:00
title: ""
2020-01-22 04:58:55 +03:00
labels: C-bug
2021-02-17 15:27:55 +03:00
assignees: ""
2020-01-22 04:58:55 +03:00
---
2021-02-17 15:27:55 +03:00
<!--
If you are using swc at work, please considering adding your company to https://swc.rs/users/
If then, your issue will be fixed more quickly.
-->
2020-01-22 04:58:55 +03:00
**Describe the bug**
**Input code**
**Config**
2021-02-17 15:27:55 +03:00
2020-01-22 04:58:55 +03:00
```json
{
2021-02-17 15:27:55 +03:00
// Please copy and paste your .swcrc file here
2020-01-22 04:58:55 +03:00
}
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**Version**
2021-02-17 15:27:55 +03:00
The version of @swc/core:
2020-01-22 04:58:55 +03:00
**Additional context**
Add any other context about the problem here.