From 0f39d53173ac26efca0006e24e4c61244f0040e9 Mon Sep 17 00:00:00 2001 From: Erin Song <121973038+erinysong@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:49:43 -0700 Subject: [PATCH] Reorder design checks --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d9de6e14a..60b0b9d8c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -80,9 +80,9 @@ Resolves #00 #### Verified that the changes match the design intention - [ ] Checked that the design translated visually +- [ ] Checked behavior. Comment any found issues or broken flows. - [ ] Checked different states (empty, one, some, error) - [ ] Checked for landmarks, page heading structure, and links -- [ ] Checked behavior. Comment any found issues or broken flows. #### Validated user-facing changes as a designer