From eacfb2746056509773c9c65c087cbafbd155bab8 Mon Sep 17 00:00:00 2001 From: acoates-ms <30809111+acoates-ms@users.noreply.github.com> Date: Fri, 8 Mar 2019 11:17:53 -0800 Subject: [PATCH] Expand PR template (#9) * Expand PR template * Minor update --- .github/PULL_REQUEST_TEMPLATE.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e8ec1b7840..dc039073dc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,2 +1,28 @@ - +# :warning: Make sure you are targeting Microsoft/react-native for your PR :warning: +(then delete these lines) + + + +#### Please select one of the following +- [ ] I am removing an existing difference between facebook/react-native and Microsoft/react-native :thumbsup: +- [ ] I am cherry-picking a change from Facebook's react-native into Microsoft/react-native :thumbsup: +- [ ] I am making a fix / change for the macOS implementation of react-native +- [ ] I am making a change required for Microsoft usage of react-native + +#### Description of changes + +(give an overview) + +#### Focus areas to test + +(optional) + +