Setup
Codebase
Monorepo structure:Development
- 100% test coverage for all changes
- All tests must pass
- Follow existing code patterns
Changelog
All changes require a changelog entry. Run this command and follow the prompts:minor
) and write a clear description:
feat
, fix
, docs
, chore
The system automatically adds your username and PR number when the change is merged.
What We Don’t Accept
We don’t accept PRs for:- Typos in comments
- Test changes that don’t fix actual functionality
- Changelog edits
- Minor formatting or style changes