0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/.github/ISSUE_TEMPLATE/1-bug-report.yml
2023-08-10 09:36:39 +09:00

41 lines
1.3 KiB
YAML

name: 🐛 Bug Report
description: Report an issue that should be fixed
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thank you for submitting a bug report. It helps make Hono better.
If you need help or support using Hono, and are not reporting a bug, please ask questions in [our Discord](https://discord.gg/KMh2eNSdxV) or [GitHub Discussions](https://github.com/orgs/honojs/discussions).
Please try to include as much information as possible.
- type: input
attributes:
label: What version of Hono are you using?
placeholder: 0.0.0
validations:
required: true
- type: input
attributes:
label: What runtime/platform is your app running on?
placeholder: Cloudflare Workers, Deno, Bun, etc.
validations:
required: true
- type: textarea
attributes:
label: What steps can reproduce the bug?
description: Explain the bug and provide a code snippet that can reproduce it.
validations:
required: true
- type: textarea
attributes:
label: What is the expected behavior?
- type: textarea
attributes:
label: What do you see instead?
- type: textarea
attributes:
label: Additional information
description: Is there anything else you think we should know?