Files
wehub-resource-sync 70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:30:11 +08:00

36 lines
1.5 KiB
YAML

name: "\U0001F41B Bug Report"
description: Report an issue or possible bug
type: Bug
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
- type: textarea
attributes:
label: What versions & operating system are you using?
description: "Make sure you've checked that you meet our system requirements as listed here: https://developers.cloudflare.com/workers/wrangler/install-and-update/. Please provide the output of running `npx envinfo --system --npmPackages '{wrangler,create-cloudflare,miniflare,@cloudflare/*}' --binaries`"
placeholder: e.g. Wrangler v4.6, Node v20, Windows 11 etc...
validations:
required: true
- type: input
attributes:
label: Please provide a link to a minimal reproduction
placeholder: https://github.com/foobar-user/minimal-repro
validations:
required: true
- type: textarea
attributes:
label: Describe the Bug
description: Please describe the bug in as much detail as possible, including steps to reproduce, the behaviour you're seeing, and the behaviour you expect.
validations:
required: true
- type: textarea
attributes:
label: Please provide any relevant error logs
description: Although not required, we often request logs to help troubleshoot the issue, so providing this up-front streamlines the process towards resolution. Please be careful to hide any sensitive information.
validations:
required: false