Initial commit

This commit is contained in:
Evercatch
2026-02-18 15:29:52 +00:00
commit b3cd9ca334
13 changed files with 601 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
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.