diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8d0ab91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug Report +about: Report a bug in claw-code +title: "[bug] " +labels: bug +assignees: '' +--- + +## Description + + + +## Steps to Reproduce + +1. +2. +3. + +## Expected Behavior + + + +## Actual Behavior + + + +## Environment + +- **claw-code version:** +- **OS:** +- **Provider/model:** +- **Rust version (if building from source):** + +## Additional Context + + diff --git a/PARITY.md b/PARITY.md index 28b8dc7..651262f 100644 --- a/PARITY.md +++ b/PARITY.md @@ -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 |