mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
33 lines
957 B
YAML
33 lines
957 B
YAML
name: Feature Request
|
|
description: Use this when you want a new feature
|
|
labels: enhancement
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the feature
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: link
|
|
attributes:
|
|
label: Babel plugin or link to the feature description
|
|
- type: textarea
|
|
id: addition
|
|
attributes:
|
|
label: Additional context
|
|
placeholder: Add any other context about this feature here.
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
<!--
|
|
Thanks for taking the time to fill out this feature request!
|
|
Please do not remove this, or your issue will be closed.
|
|
-->
|
|
|
|
---
|
|
|
|
_This is message for readers, not the author of ths issue._
|
|
|
|
Please read [no +1](https://github.com/golang/go/wiki/NoPlusOne) before lefting a comment, or your comment will be deleted and you will be blocked.
|