diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bc5ba6fafcce0e..04ced4834fdbab 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,6 @@ -- [ ] tests and code linting passes +- [ ] `make -j4 test` (UNIX) or `vcbuild test nosign` (Windows) passes - [ ] a test and/or benchmark is included - [ ] documentation is changed or added - [ ] the commit message follows commit guidelines