Thanks for helping improve ZERO.
- Read the README.
- Run the paper-mode demo.
- Pick an issue from the
Contributor Issue Board or one labeled
good first issue,good-first-strategy,agent-eligible, orhelp wanted. - Open a small pull request with tests.
just bootstrap
just test
just lint
just codeowners-checkThe default contributor path must not require real trading credentials.
If local test runs leave ignored cache or bytecode files behind, run
just stale-artifact-clean before opening a pull request.
Every PR should include:
- clear problem statement
- implementation summary
- tests or a reason tests are not applicable
- safety impact if the change touches execution, risk, credentials, or operator commands
Large rewrites should start as an issue or proposal.
Safety-critical paths are owned in .github/CODEOWNERS; see
docs/review-ownership.md. Do not remove ownership
entries to bypass review.
Use the issue template that matches the work:
Agent task: bounded work for coding, review, documentation, or design agents. Must include owner boundary, out-of-scope list, safety invariant, acceptance criteria, and checks.Strategy example: paper-only strategy, runner, plugin, market-data adapter, runtime loop, or proof-pack example. Must be deterministic and runnable without secrets.Safety review: execution, sizing, risk gates, kill switches, auth, secret handling, operator friction, live evidence, or public proof contracts.Design review: README, generated public pages, CLI/TUI copy, docs IA, or launch surfaces.Documentation gap: missing, stale, misleading, or agent-hostile docs.
Labels are defined in docs/label-taxonomy.md. If a
new issue lane needs a new label, update .github/labels.yml and the taxonomy
checker in the same pull request. Maintainers can apply the configured labels
to GitHub with just github-label-sync.
Changes to sizing, order execution, risk gates, kill switches, authentication, secret handling, or operator friction require:
- focused regression tests
- explicit paper-mode validation
- maintainer review
- documentation update when behavior changes
Prefer clear conventional-style prefixes:
feat:fix:docs:test:refactor:chore:
By contributing, you agree that your contribution is licensed under Apache-2.0.