Before you start
Discuss significant work before writing code. Use GitHub Issues, Linear, project docs, or the relevant Slack channel so the team can review context asynchronously. For bug fixes, documentation updates, and small follow-ups, link the issue or context in the pull request.House rules
Issue and PR guidelines
- Before submitting a new issue or PR, check existing issues and PRs.
- Create or link an issue for work that needs tracking.
- Reference the issue in your PR using
fixes #123orrefs #123. - Explain what changed, why it changed, and how you verified it.
Approval process
Requires prior alignment:- New features
- Refactoring work
- Changes to core functionality
- UI or UX changes
- Bug fixes
- Security improvements
- Documentation updates
- Typo corrections

