docs: add contributor and security guidelines

This commit is contained in:
calesthio
2026-03-16 11:44:54 -07:00
parent e92c02f07f
commit ef13ef9187
8 changed files with 286 additions and 0 deletions

40
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,40 @@
---
name: Bug report
about: Report a reproducible problem in Crucix
title: "[Bug] "
labels: bug
assignees: ""
---
## Summary
Describe the bug clearly.
## Environment
- OS:
- Install method: local / Docker / other
- Node version:
- LLM provider:
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
What should have happened?
## Actual Behavior
What happened instead?
## Logs or Screenshots
Paste relevant logs, screenshots, or terminal output.
## Additional Context
Anything else that helps narrow this down.