chore: import upstream snapshot with attribution
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

This commit is contained in:
wehub-resource-sync
2026-07-13 12:30:11 +08:00
commit 70bf21e064
5213 changed files with 731895 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
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
+8
View File
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Feature Request
url: https://github.com/cloudflare/workers-sdk/discussions/new?category=feature-requests
about: "Have a suggestion? Open a discussion to share your idea!"
- name: Support
url: https://discord.cloudflare.com
about: "Join us on Discord!"