mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-09-26 12:01:57 +02:00
846 B
846 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). bash tools/php_syntax_check.shpasses locally.- Unit tests pass:
php tools/.bin/phpunit.phar -c tests/phpunit.xml.dist. - Added/updated tests for the change where applicable.
- Documentation updated where applicable (
docs/, README). - No large binaries added outside Git LFS (
src/bin/**binaries belong in LFS). - No secrets, credentials, or
.envfiles committed.