From 182a64dbc58f1db8cf88d338870fb781f4609f5d Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 30 Apr 2020 09:09:07 +0100 Subject: [PATCH] Reverted "Updated pull request template" no issue - this reverts commit f3bf2237e6f1ae5cda6a4dd31cc78a7eb2a8301c - ensuring regression tests pass should not be the full responsibility of the contributor so revert back to the prior advice --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7d37b3c3bf..4174a87cfa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,6 @@ Please include a description of your change & check your PR against this list, t - [ ] There's a clear use-case for this code change - [ ] Commit message has a short title & references relevant issues -- [ ] The build will pass (run `yarn lint` and `yarn test-all`) +- [ ] The build will pass (run `yarn test` and `yarn lint`) More info can be found by clicking the "guidelines for contributing" link above. diff --git a/package.json b/package.json index d5b44cd891..d06d336f68 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "start": "node index", "dev": "DEBUG=ghost:* grunt dev", "test": "grunt validate", - "test-all": "grunt test-all --verbose", "ci": "grunt validate --verbose", "ci:regression": "grunt test-regression --verbose", "setup": "yarn install && knex-migrator init && grunt symlink && grunt init || true",