Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 551 Bytes

File metadata and controls

24 lines (16 loc) · 551 Bytes

Contributing

Thanks for helping improve the Yaffle CLI.

Source and sync model

  • Yaffle maintainers primarily work in the main Yaffle monorepo.
  • Community contributions are welcome in this public repository.
  • Accepted public changes are synced back into the monorepo and then synced forward again.

Before you open a PR

Run:

bun install
bun run typecheck
bun test
bun run build

License

By intentionally submitting a contribution, you agree that your contribution will be licensed under the MIT license for this project.