Add CONTRIBUTING/SECURITY/CHANGELOG, Gitea issue and PR templates, and README guidance for Gitea metadata and releases. Made-with: Cursor
31 lines
408 B
Markdown
31 lines
408 B
Markdown
---
|
|
name: Bug report
|
|
about: Report incorrect results, crashes, or broken workflows
|
|
title: "[bug] "
|
|
labels: bug
|
|
---
|
|
|
|
## Summary
|
|
|
|
<!-- What went wrong? -->
|
|
|
|
## Expected behavior
|
|
|
|
## Actual behavior
|
|
|
|
## Reproduction
|
|
|
|
<!-- Minimal steps, XML snippet or path under data/cases/, API request JSON, etc. -->
|
|
|
|
## Environment
|
|
|
|
- OS:
|
|
- Node (`node -v`):
|
|
- Commit / tag:
|
|
|
|
## Logs / output
|
|
|
|
```
|
|
(paste relevant logs)
|
|
```
|