If you find bugs or want to propose new features, please open an issue.
If you would like to make a code contribution, follow these steps:
- Fork this repository
- Make your changes
- Make sure the CLI builds correctly:
pnpm build
- Add tests for your changes
- Make sure all tests pass:
pnpm test
andpnpm test-integration
- Describe your changes:
pnpm changeset
- Make a pull request with your changes, including the changeset.