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. -->

View File

@ -214,4 +214,4 @@ Repo documentation suite shipped during extended dogfood audit. Status: present/
| .github/PULL_REQUEST_TEMPLATE.md | ✅ Present | Medium | Standardizes PR descriptions |
| docs/CONFIGURATION.md | ✅ Present | High | env vars, settings.json, provider config — relates to #283, #285 |
| docs/API_REFERENCE.md | ❌ Missing | Medium | JSON envelope schema, output format contract |
| .github/ISSUE_TEMPLATE/bug_report.md | ❌ Missing | Low | Standard bug template (pinpoint.md covers discovery) |
| .github/ISSUE_TEMPLATE/bug_report.md | ✅ Present | #431 | Standard bug template with repro steps, environment, context sections |