mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 09:52:57 +03:00
20 lines
481 B
YAML
20 lines
481 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.
|