manaflow-ai / manaflow-ai/codex-cua
Establish contribution governance before enabling CLA enforcement
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- Avg merge
- 7h 50m
- Merged PRs (30d)
- 1
Description
PR #1 adds CLA enforcement, but repository evidence does not yet show an explicit external contribution path. The README has no contribution instructions, there is no CONTRIBUTING.md, SECURITY.md, or CI workflow, main is not protected, and the only current contributor is the repository owner. The MIT LICENSE is present.
Before merging PR #1 or making its CLA check required:
- Confirm in README or CONTRIBUTING.md that external contributions are accepted, and document review, test, and CLA steps.
- Add CI for
python3 -m unittest discover -s testsand document the required checks. - Add SECURITY.md with a vulnerability reporting contact.
- Protect main and the cla-signatures branch, then run a smoke test for signing, refresh, and merge-lock behavior.
- Confirm the legal owner and the CLA document version.
Keep PR #1 open until these prerequisites are complete. Do not add a new license or silently enforce a CLA without owner confirmation.
Please name at least two maintainers who will review security and CLA changes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README, then check whether CONTRIBUTING.md, SECURITY.md, and a CI workflow exist. Run python3 -m unittest discover -s tests and review the requested signing, refresh, and merge-lock smoke tests. Done means contribution, review, test, CLA, security-reporting, required-check, branch-protection, and ownership requirements are documented and confirmed by maintainers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, github-actions, python
- Domain
- ci-cd, devops, documentation, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100