docs: add contributor, security, and forge templates

Add CONTRIBUTING/SECURITY/CHANGELOG, Gitea issue and PR templates, and README guidance for Gitea metadata and releases.

Made-with: Cursor
This commit is contained in:
2026-04-16 22:14:45 -06:00
parent 725a72a773
commit 10f6ae1c2b
7 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
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)
```