From 143e510dcdd10dc07b99dee841f0fdbf52f352f9 Mon Sep 17 00:00:00 2001 From: Daniel Duan <1474548+danielduan@users.noreply.github.com> Date: Mon, 26 Mar 2018 15:49:40 -0400 Subject: [PATCH] Update template to mention Chromatic instead of Storyshots --- .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 6fb1f4bebf3c..6c00b5cad571 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Issue: ## How to test -Is this testable with jest or storyshots? +Is this testable with Jest or Chromatic screenshots? Does this need a new example in the kitchen sink apps?