0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Renamed core/client to core/admin in PR template

This commit is contained in:
Kevin Ansfield 2022-05-17 11:57:00 +01:00
parent 1d25f6d494
commit ab85ddf382

View file

@ -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.