mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Reverted "Updated pull request template"
no issue
- this reverts commit f3bf2237e6
- ensuring regression tests pass should not be the full responsibility
of the contributor so revert back to the prior advice
This commit is contained in:
parent
3133c302fc
commit
182a64dbc5
2 changed files with 1 additions and 2 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue