From ab85ddf38294efc8945e58e73812ef138ea170bc Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 17 May 2022 11:57:00 +0100 Subject: [PATCH] Renamed core/client to core/admin in PR template --- ghost/admin/.github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/.github/PULL_REQUEST_TEMPLATE.md b/ghost/admin/.github/PULL_REQUEST_TEMPLATE.md index 427a9cabf7..c93445fad1 100644 --- a/ghost/admin/.github/PULL_REQUEST_TEMPLATE.md +++ b/ghost/admin/.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 `ember test` from the repo root - will be `core/client` if working from the submodule in Ghost). +- [ ] The build will pass (run `ember test` from the repo root - will be `core/admin` if working from the submodule in Ghost). More info can be found by clicking the "guidelines for contributing" link above.