From c2aba5ba278835425cca18487ec0d39113130552 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 4 Jun 2016 14:13:49 -0700 Subject: doc: consolidate test/lint text in GH PR template PR-URL: https://github.com/nodejs/node/pull/7155 Reviewed-By: Anna Henningsen Reviewed-By: Jeremiah Senkpiel Reviewed-By: James M Snell --- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bc5ba6fafcc..04ced4834fd 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 -- cgit v1.2.3