45 lines
1.1 KiB
YAML
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.
|