Files
evercatch-go/.gitea/issue_template/bug_report.yaml
2026-02-18 15:30:22 +00:00

45 lines
1.1 KiB
YAML

name: Bug Report
about: Report a bug specific to this repository (API, tests, CI, etc.)
labels:
- "type: bug"
body:
- type: markdown
attributes:
value: |
**Note:** For product-level bugs and feature requests, use [Evercatch Board](https://git.psmattas.com/Evercatch/evercatch-board/issues).
This template is for repo-specific issues (broken tests, CI failures, dependency problems, etc.).
- type: input
id: summary
attributes:
label: Summary
placeholder: Brief description of the bug
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
value: |
1.
2.
3.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Logs, screenshots, environment details, etc.