Contributing
We welcome contributions! Here's how to get started:
- Fork the repository
- Create a feature branch
- Make your changes
- Run
pnpm lintandpnpm test - Submit a pull request
Development Setup
bash
pnpm install
pnpm devCommit Convention
We use conventional commits:
feat(schema): add richText field type
fix(api): handle null relation values
chore(release): version packagesPull Request Process
- Title matches the commit message format
- Include summary of what and why
- Ensure all CI checks pass
- Request review from maintainers
See the full Contributing Guide in the repository for detailed information.