mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
25 lines
818 B
YAML
25 lines
818 B
YAML
name: 🚀 Feature Request
|
|
description: Suggest an idea, feature, or enhancement
|
|
labels: [enhancement]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for submitting an idea. It helps make Bun better.
|
|
|
|
If you want to discuss Bun, or learn how others are using Bun, please
|
|
join our [Discord](https://discord.gg/CXdq2DP29u) server, where you can share in the [`#feedback`](https://discord.gg/unwUnHBNqy) channel.
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the problem this feature would 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?
|