From 9fece604b9cf22c5fc84253a4084f07b478a4add Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Fri, 18 Aug 2017 13:50:39 -0400 Subject: [PATCH] pr reminders --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 05dd8d61c90..7d174a73ff8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,3 +5,13 @@ Issue: ## How to test + + + +Is this testable with jest or storyshots? + +Does this need a new example in the kitchen sink apps? + +Does this need an update to the documentation? + +If your answer is yes to any of these, please make sure to include it in your PR.