mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-09-25 12:01:55 +02:00
Most checks run automatically in CI, so the manual "run X locally" checklist items were redundant. Add an "Automated checks" section listing what CI runs (PHP syntax check, PHPStan, PHP-CS-Fixer, PHPUnit, the PSR-4 gates, composer audit) and drop the local syntax-check / phpunit checklist items. Also remove the stale Git LFS line (the repo commits binaries directly, not via LFS). Keep the human-judgment items: conventions, tests for the change, docs, no secrets.
568 B
568 B
Summary
Type of change
- Bug fix
- New feature
- Refactor / cleanup
- Documentation
- Build / CI / tooling
Checklist
- Code follows the project conventions (see
.github/instructions/php-conventions.instructions.md). - Added/updated tests for the change where applicable.
- Documentation updated where applicable (
docs/, README).