From 732895021857b8f628ddece94c8d3216bde47014 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 10 Jun 2024 11:44:35 -0700 Subject: [PATCH] Add visual regression test step to code quality checklist --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dc6dcd4f45c..744463162dd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,6 +21,7 @@ Remove or strikethrough items that do not apply to your PR. - [ ] Checked **[Code Sandbox](https://codesandbox.io/)** works for any docs examples - Code quality checklist - [ ] Added or updated **[jest](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/unit-testing.md) and [cypress](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/cypress-testing.md) tests** + - [ ] Updated **[visual regression tests](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/visual-regression-testing.md)** - Release checklist - [ ] A **[changelog](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/documenting/changelogs.md)** entry exists and is marked appropriately. - [ ] If applicable, added the **breaking change** issue label (and filled out the breaking change checklist)