From 6af6bf875507fc48e3ff8b6c2c33f2a22b300ff9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 4 Jun 2016 14:13:49 -0700 Subject: [PATCH] doc: consolidate test/lint text in GH PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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