diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0616882..0459c2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ The following has been addressed in the PR: * [ ] There is a related issue -* [ ] All code matches the [style guide](https://github.com/dojo/meta/blob/master/STYLE.md) +* [ ] All code has been formatted with [`prettier`](https://prettier.io/) as per the [readme code style guidelines](./../#code-style) * [ ] Unit or Functional tests are included in the PR