We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b868c33 commit 5ff15e0Copy full SHA for 5ff15e0
docs/PULL_REQUEST_TEMPLATE.md
@@ -6,6 +6,6 @@ Fixes # (issue)
6
7
### Checklist:
8
9
-- [ ] I have run `composer check` and no errors were reported
10
-- [ ] The new code is covered by unit tests
+- [ ] I have run `composer run-script check --timeout=0` and no errors were reported
+- [ ] The new code is covered by unit tests (check build/coverage for coverage report)
11
- [ ] I have update the documentation to describe the changes
0 commit comments