From c1f884e6f020e464526c1d21cbad0d70969ad840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 20 Sep 2018 17:42:36 -0700 Subject: [PATCH] Add test case suggestion to PR template Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/21234 Differential Revision: D9982500 Pulled By: hramos fbshipit-source-id: 585d4a8292ac7f53f26adf53a36e766a49fdc5b6 --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2ae837de2..d399a3f94 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,10 @@ -Thank you for sending the PR! We appreciate you spending the time to work on these changes. +Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged. +_Pull requests that expand test coverage are more likely to get reviewed. Add a test case whenever possible!_ + Test Plan: ---------- Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!