Skip to content

Commit a3f135d

Browse files
committed
Simplify pull request template
1 parent 0732c1f commit a3f135d

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/pull_request_template.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
## What does this PR do?
22

3+
<!-- Please describe the changes made in this PR here. -->
34

45

56
## Checklist before merging
67

7-
> If your PR involves the changes mentioned below and completed the action, please tick the corresponding option.
8-
> If a modification is not involved, please skip it directly.
9-
10-
- If you modified `*.php` or `*.json`, run them locally to ensure your changes are valid:
8+
- If you modified `*.php` or `*.yml`, run them locally to ensure your changes are valid:
119
- [ ] `composer cs-fix`
1210
- [ ] `composer analyse`
1311
- [ ] `composer test`
14-
- [ ] `bin/spc dev:sort-config`
15-
- If it's an extension or dependency update, please ensure the following:
16-
- [ ] Add your test combination to `src/globals/test-extensions.php`.
17-
- [ ] If adding new or fixing bugs, add commit message containing `extension test` or `test extensions` to trigger full test suite.
12+
- [ ] `bin/spc dev:lint-config`

0 commit comments

Comments
 (0)