Files
XC_VM/.github/pull_request_template.md
T
Divarion-D 801f4abd3f chore(github): trim PR template — CI runs the test suite automatically
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.
2026-06-26 18:44:44 +03:00

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).