41 lines
522 B
Markdown
41 lines
522 B
Markdown
---
|
|
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.
|