mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
21 lines
511 B
Plaintext
21 lines
511 B
Plaintext
---
|
|
title: bun feedback
|
|
description: Share feedback, bug reports, and feature requests
|
|
---
|
|
|
|
import Feedback from "/snippets/cli/feedback.mdx";
|
|
|
|
Use `bun feedback` to share feedback, bug reports, and feature requests directly with the Bun team.
|
|
|
|
```bash terminal icon="terminal"
|
|
bun feedback "Love the new release!"
|
|
bun feedback report.txt details.log
|
|
echo "please document X" | bun feedback --email you@example.com
|
|
```
|
|
|
|
You can provide feedback as text arguments, file paths, or piped input.
|
|
|
|
---
|
|
|
|
<Feedback />
|