diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5b02dc7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Report a reproducible CodexClaw problem +title: '' +labels: bug +assignees: '' +--- + +## What happened + +## Steps to reproduce + +1. +2. +3. + +## Expected behavior + +## Environment + +- OS: +- Node: +- pnpm: +- Codex CLI: +- CodexClaw commit: + +## Verification + +- [ ] I ran `pnpm -C apps/codex-claw test` +- [ ] I ran `pnpm -C apps/codex-claw build` +- [ ] I included the relevant error text or screenshot diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1b9ff7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Propose a focused CodexClaw alpha improvement +title: '' +labels: enhancement +assignees: '' +--- + +## Problem + +## Proposed behavior + +## Why this belongs in CodexClaw + +## Alpha impact + +- [ ] improves local Codex CLI usage +- [ ] keeps setup simple +- [ ] avoids hosted-service assumptions + +## Notes diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9e6872d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +## Summary + +## Issue + +Closes # + +## Verification + +- [ ] `pnpm -C apps/codex-claw test` +- [ ] `pnpm -C apps/codex-claw build` +- [ ] `pnpm -C apps/landing build` if landing changed +- [ ] Manual Codex CLI smoke test if adapter behavior changed + +## Risk + +## Notes