Skip to content

Contributing

We welcome contributions! Here's how to get started:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run pnpm lint and pnpm test
  5. Submit a pull request

Development Setup

bash
pnpm install
pnpm dev

Commit Convention

We use conventional commits:

feat(schema): add richText field type
fix(api): handle null relation values
chore(release): version packages

Pull Request Process

  1. Title matches the commit message format
  2. Include summary of what and why
  3. Ensure all CI checks pass
  4. Request review from maintainers

See the full Contributing Guide in the repository for detailed information.

Last updated:

Released under the MIT License.