mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-28 19:55:11 +08:00
docs: add .github/ISSUE_TEMPLATE/bug_report.md (closes PARITY doc gap)
This commit is contained in:
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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. -->
|
||||||
@@ -214,4 +214,4 @@ Repo documentation suite shipped during extended dogfood audit. Status: present/
|
|||||||
| .github/PULL_REQUEST_TEMPLATE.md | ✅ Present | Medium | Standardizes PR descriptions |
|
| .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/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 |
|
| 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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user