Thanks for your interest in contributing to agent-next projects.
All contributions follow our proof-first approach: changes must include evidence that they work correctly. This means:
- Tests before merge — new behavior needs test coverage
- No silent regressions — existing tests must continue to pass
- Evidence in the PR — show what was tested and how
<type>/<description>
feat/add-docker-check
fix/path-glob-windows
docs/update-readme
refactor/simplify-engine
test/add-integration
ci/add-coverage
Follow Conventional Commits:
feat: add new check type for Docker support
fix: handle missing package.json gracefully
docs: update CONTRIBUTING guide
test: add fixtures for monorepo detection
- Create a branch from
mainusing the naming convention above - Make small, focused commits
- Ensure tests pass and new behavior has coverage
- Open a PR with a clear title (conventional commit format) and description
- All automated checks must pass before merge
Direct pushes to main are blocked. All changes go through PRs.
Some repositories have additional rules in their own CONTRIBUTING.md. If present, follow the repo-local guide first.
By participating, you are expected to uphold the Code of Conduct.