From cd773056e795f680a39e9466ec87e6ba5d0c35d5 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 27 Apr 2026 04:31:20 +0900 Subject: [PATCH] docs: add .github/ISSUE_TEMPLATE/bug_report.md (closes PARITY doc gap) --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ PARITY.md | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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 |