Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 550 Bytes

File metadata and controls

33 lines (23 loc) · 550 Bytes

Contributing

Thanks for helping improve Laravel Enumify and the Vite plugin.

Workflow

  1. Create a feature branch from main
  2. Keep commits focused and scoped
  3. Run checks locally
  4. Open a PR and ensure CI passes

Local checks

Laravel package

cd packages/laravel-enumify
composer test
composer test-coverage

Vite plugin

cd packages/vite-plugin-enumify
pnpm run build
pnpm run typecheck

Release notes

  • Tag releases after merge to main
  • Publish PHP package to Packagist and Vite plugin to NPM