Create pull_request_template.md

This commit is contained in:
Jerry Ma 2023-11-19 13:38:09 +08:00 committed by GitHub
parent d09a3074ad
commit a2c687599f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,12 @@
## What does this PR do?
## Checklist before merging
> 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 it's a extension or dependency update, make sure adding related extensions in `src/global/test-extensions.php`.
- [ ] If you changed the behavior of static-php-cli, add docs in [static-php/static-php-cli-docs](https://github.com/static-php/static-php-cli-docs) .
- [ ] If you updated `config/xxxx.json` content, run `bin/spc dev:sort-config xxx`.