mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-09-26 04:02:51 +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.
22 lines
568 B
Markdown
22 lines
568 B
Markdown
<!--
|
|
Thanks for contributing to XC_VM!
|
|
Please fill in the sections below and complete the checklist.
|
|
-->
|
|
|
|
## Summary
|
|
|
|
<!-- What does this PR do and why? Link related issues, e.g. "Closes #123". -->
|
|
|
|
## 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). |