Files
wehub-resource-sync 3a28426bf4
Lint and Format Check / lint-and-format (push) Failing after 0s
Check Migrations / Check for duplicate migration numbers (push) Failing after 1s
CI Pre-merge Check / CI Pre-merge Check (push) Failing after 2m17s
chore: import upstream snapshot with attribution
2026-07-13 12:23:40 +08:00

37 lines
959 B
YAML

name: 🐛 Bug Report
description: Report a bug to help us improve
title: "[Bug]: "
labels: ["bug", "needs-triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for reporting a bug! Fill out what you can - we'll figure out the rest together.
- type: textarea
id: what-happened
attributes:
label: What's the bug?
description: Describe what went wrong
placeholder: Tell us what happened...
validations:
required: true
- type: textarea
id: steps-reproduce
attributes:
label: How to reproduce
description: Steps to trigger the bug (if you know them)
placeholder: |
1. Do this...
2. Then this...
3. Bug happens
- type: textarea
id: environment
attributes:
label: Environment (optional)
description: What are you running? (OS, browser, version, etc.)
placeholder: e.g., macOS, Chrome, Docker, Node 20...