CHEN is an open-source research project released under CC0 1.0. This document describes how decisions are made and how contributors can become maintainers.
Anyone who opens a PR. Contributors:
- Submit code, docs, tests, or issues.
- Follow the Code of Conduct and Contributing Guide.
- Have their PRs reviewed by a Maintainer before merge.
Contributors with merge access to main. Maintainers:
- Review PRs from contributors.
- Merge approved PRs (their own or others').
- Tag releases.
- Have a
@your-org/chen-maintainersGitHub team membership.
Current maintainers:
- @your-org/chen-maintainers — initial team. Replace with actual GitHub usernames when you fork this repo.
For v0.x, the project founder has final say on disputed decisions. This is intended to keep early development fast; it will be replaced with a maintainer consensus model at v1.0.
- Open a PR.
- One Maintainer approval required.
- Merge once CI passes.
- Open an issue first describing the change.
- Get a Maintainer to say "go" before opening the PR (avoids wasted work).
- One Maintainer approval required.
- Merge once CI passes.
- Open an ADR describing the decision.
- At least two Maintainers must approve the ADR.
- ADR is merged as "Accepted" before implementation begins.
- Implementation PR is reviewed normally.
- Maintainer tags
vX.Y.Zonmain. - CI auto-publishes to PyPI and GHCR (see
.github/workflows/release.yml). - Release notes are auto-generated from commits.
- Contribute 5+ merged PRs of meaningful size (not just typos).
- Demonstrate understanding of the architecture (review others' PRs constructively).
- Be nominated by an existing maintainer.
- Maintainer team votes (lazy consensus — silence = yes).
- BDFL confirms.
Maintainers can step down at any time. Inactive maintainers (no PRs or reviews in 6 months) are moved to "Emeritus" status.
- Discuss on the PR. Most conflicts are misunderstandings.
- If unresolved, move to a Discussion. Open a GitHub Discussion summarizing the disagreement.
- If still unresolved, the BDFL decides. For v0.x only.
- At v1.0+, maintainer majority vote. BDFL breaks ties.
Security issues are not handled in public. See https://github.com/your-org/chen/blob/main/SECURITY.md for the private reporting process.
- All contributions are licensed under CC0 1.0.
- Contributors retain their copyright but waive it under CC0.
- No CLA is required (CC0 is permissive enough).
If the BDFL becomes unavailable, the maintainer team selects a successor by majority vote. If the maintainer team dwindles below 2 active members, the project is marked "maintenance only" until new maintainers are recruited.