Source: docs/COMMUNITY.md
Community and Governance
codex-workflows is maintained as a public project with explicit contribution workflows.
Issue templates
- Bug report:
.github/ISSUE_TEMPLATE/bug_report.yml - Feature request:
.github/ISSUE_TEMPLATE/feature_request.yml - Issue config:
.github/ISSUE_TEMPLATE/config.yml
Pull requests
- Template:
.github/PULL_REQUEST_TEMPLATE.md - Ownership rules:
.github/CODEOWNERS
Contributor flow
- Open an issue with reproducible context.
- Align acceptance criteria.
- Implement in small, traceable changes.
- Run validations before opening PR.
Recommended validation:
python scripts/codexwf.py validate --tests --docs