Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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