mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
29 lines
990 B
YAML
29 lines
990 B
YAML
name: Prefilled crash report
|
|
description: Report a crash in Bun
|
|
labels:
|
|
- crash
|
|
- needs triage
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Thank you so much** for submitting a crash report. You're helping us make Bun more reliable for everyone!
|
|
- type: textarea
|
|
id: code
|
|
attributes:
|
|
label: How can we reproduce the crash?
|
|
description: Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository, [Replit](https://replit.com/@replit/Bun) or [CodeSandbox](https://codesandbox.io/templates/bun)
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant log output
|
|
description: Please copy and paste any relevant log output. This will be
|
|
automatically formatted into code, so no need for backticks.
|
|
render: shell
|
|
- type: textarea
|
|
id: remapped_trace
|
|
attributes:
|
|
label: Stack Trace (bun.report)
|
|
validations:
|
|
required: true
|