# bun feedback

> Share feedback, bug reports, and feature requests

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.

---

## CLI Usage

```bash
bun feedback [options] [feedback text ... | files ...]
```

### Contact Information

<ParamField path="--email" type="string">
  Set the email address used for this submission. Alias: <code>-e</code>
</ParamField>

### Help

<ParamField path="--help" type="boolean">
  Show this help message and exit. Alias: <code>-h</code>
</ParamField>
