Development Workflow
Development Workflow
Refreshed against dev-next. Repository configuration and CI workflows remain authoritative.
Start here
Standard change cycle
Start from the correct integration branch (normally
dev-next)Create a focused feature/fix branch
Implement using module, schema, i18n, authorization, and testing conventions
Format changed PHP with
./vendor/bin/pint --dirtyRun targeted tests, then
php artisan testwhere appropriateOpen a GitHub pull request linked to the relevant issue/spec
Address review and CI findings without unrelated cleanup
Quality gates
Server-side validation and authorization
English and German UI strings
Web and API route coverage for new resources
Tests proportional to the affected path
No secrets or installation-specific values in code