docs: add .github/ISSUE_TEMPLATE/bug_report.md (closes PARITY doc gap)

This commit is contained in:
YeonGyu-Kim
2026-04-27 04:31:20 +09:00
parent ab5f25950b
commit cd773056e7
2 changed files with 37 additions and 1 deletions

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

@@ -0,0 +1,36 @@
---
name: Bug Report
about: Report a bug in claw-code
title: "[bug] "
labels: bug
assignees: ''
---
## Description
<!-- What happened? -->
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
<!-- What should have happened? -->
## Actual Behavior
<!-- What actually happened? Include error messages, logs, screenshots -->
## Environment
- **claw-code version:**
- **OS:**
- **Provider/model:**
- **Rust version (if building from source):**
## Additional Context
<!-- Related pinpoints, sessions, config, etc. -->