From 15c7e41501c153b8941f26934310fa8fac99a041 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Sat, 8 Mar 2025 10:23:10 +0800 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8cf1f448..a7166ec2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,7 @@ > If your PR involves the changes mentioned below and completed the action, please tick the corresponding option. > If a modification is not involved, please skip it directly. +- [ ] If you modified `*.php`, run `composer cs-fix` at local machine. - [ ] If it's an extension or dependency update, make sure adding related extensions in `src/global/test-extensions.php`. - [ ] If you changed the behavior of static-php-cli, update docs in `./docs/`. - [ ] If you updated `config/xxx.json` content, run `bin/spc dev:sort-config xxx`.