Add GitHub contribution templates#10
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds standard GitHub contribution templates (bug report, feature request, PR) under .github/ to streamline triage and verification for the CodexClaw alpha repo.
Changes:
- New bug report issue template with environment and verification checklist
- New feature request issue template with alpha-impact checklist
- New PR template with summary, issue link, verification, and risk sections
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/bug_report.md | Adds bug report template with repro steps, environment, and verification commands |
| .github/ISSUE_TEMPLATE/feature_request.md | Adds feature request template with alpha-impact checklist |
| .github/pull_request_template.md | Adds PR template with verification and risk prompts |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
slashdevcorpse
added a commit
that referenced
this pull request
May 31, 2026
feat: Conversation Export (Markdown, JSON, Plain Text)
slashdevcorpse
added a commit
that referenced
this pull request
May 31, 2026
Add GitHub contribution templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #7.
Adds GitHub issue templates for bug reports and feature requests plus a short PR template with verification and risk prompts.
Verification:
Summary by cubic
Adds GitHub issue templates for bug reports and feature requests, plus a PR template. Standardizes contribution flow and improves triage and verification for the
CodexClawrepo.bug_report.md: steps to reproduce, environment details, and verification (pnpm,Codex CLI).feature_request.md: problem, proposed behavior, and alpha impact checklist.pull_request_template.md: summary, issue link, verification steps (tests/build forapps/codex-clawandapps/landing), and risk notes.Written for commit 6b96a13. Summary will update on new commits.