From c3166e5ffdb1534e502eea488cf293c540115ac4 Mon Sep 17 00:00:00 2001 From: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com> Date: Wed, 4 May 2022 11:11:11 -0500 Subject: [PATCH] Update review-template.md --- .github/review-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/review-template.md b/.github/review-template.md index 6cc4924ad3..772849a9be 100644 --- a/.github/review-template.md +++ b/.github/review-template.md @@ -1,7 +1,7 @@ ## Author self-review - [ ] The changes in this PR meet the user experience and goals outlined in the content design plan. -- [ ] I've compared my PR's source changes to staging and reviewed for versioning issues, redirects, the [style guide](https://github.com/github/docs/blob/main/contributing/content-style-guide.md), [content model](https://github.com/github/docs-content-strategy/blob/main/content-design/models.md), or [localization checklist](https://github.com/github/docs/blob/main/contributing/localization-checklist.md) rendering problems, typos, and wonky screenshots. +- [ ] I've compared my PR's source changes to staging and reviewed for versioning issues, redirects, the [style guide](https://github.com/github/docs/blob/main/contributing/content-style-guide.md), [content model](https://github.com/github/docs/blob/main/contributing/content-model.md), or [localization checklist](https://github.com/github/docs/blob/main/contributing/localization-checklist.md) rendering problems, typos, and wonky screenshots. - [ ] I've worked through build failures and tests are passing. - [ ] For REST API content, I've verified that endpoints, parameters, and responses are correct and work as expected and provided curl samples below.