Files
bun.sh/docs/project/feedback.mdx
2025-11-05 11:14:21 -08:00

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 />