mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
chore: Fix syntax of github issue template (#2596)
This commit is contained in:
parent
a278eff5ee
commit
c05f35d5f1
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: Bug Report
|
||||
about: Use this when swc breaks something
|
||||
title: ""
|
||||
description: Use this when swc breaks something
|
||||
labels: C-bug
|
||||
assignees: ""
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,8 +1,5 @@
|
||||
name: Feature Request
|
||||
about: Use this when you want a new feature
|
||||
title: ""
|
||||
labels: ""
|
||||
assignees: ""
|
||||
description: Use this when you want a new feature
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
Loading…
Reference in New Issue
Block a user