mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
26 lines
758 B
YAML
26 lines
758 B
YAML
name: 🚀 Feature request
|
|
description: Suggest an idea for this project
|
|
labels: [enhancement]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for suggesting an idea to make bun better.
|
|
|
|
Please fill in as much of the following form as you're able.
|
|
|
|
For more information on development, please reach out to our [discord server](https://bun.sh/discord).
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the problem this feature will solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the feature you are proposing to solve the problem?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What alternatives have you considered?
|