Thanks for wanting to contribute to ZeroInc — the AI agent orchestration platform with built-in quality gates and review pipelines.
- Fork the repo
- Create a feature branch:
git checkout -b feat/my-feature - Make your changes
- Run tests:
pnpm test - Build:
pnpm build - Open a Pull Request
- Pick one clear thing to fix/improve
- Touch the smallest possible number of files
- Make sure all automated checks pass
- No new lint/test failures
- First, open an issue describing what you want to do and why
- Once there's rough agreement, build it
- In your PR include:
- Clear description of what & why
- Proof it works (tests passing, manual testing notes)
- All review comments addressed
- Write clear commit messages
- One PR = one logical change
- Run tests locally before pushing
- Be kind in discussions
ZeroInc has automatic quality gates that verify task completion. When contributing:
- All tests must pass
- New features should include tests
- Code that touches the quality gate or review pipeline needs extra review
Include a thinking path at the top of your PR that explains your reasoning:
- ZeroInc orchestrates AI agents for zero-human companies
- [Context about the problem]
- [Why it matters]
- This PR [what you did]
- The benefit is [expected outcome]
Questions? Open an issue — we're happy to help.
Happy hacking! 🧪