File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copilot Instructions for SyliusMediaManagerPlugin
2+
3+ ## General Guidelines
4+ - Follow the Sylius 2.x and Symfony 7.x best practices for PHP code.
5+ - Use strict types and type hints wherever possible.
6+ - All new code must be PSR-12 compliant and pass PHPStan and ECS checks.
7+ - Use dependency injection for all services and avoid using service locators.
8+ - Write clear, concise, and well-documented code.
9+ - Use English for all code comments, variable names, and documentation.
10+
11+ ## Commit Messages
12+ - Use clear, descriptive commit messages in English.
13+ - Reference related issues or tickets when applicable.
14+
15+ ## Pull Requests
16+ - Ensure all checks pass before requesting review.
17+ - Provide a clear description of the changes and testing steps.
18+
19+ ---
20+
21+ For more details, refer to the project README and Sylius/Symfony documentation.
You can’t perform that action at this time.
0 commit comments