From 8d3d8b34401fa128a26c39a385670c20352e76b9 Mon Sep 17 00:00:00 2001 From: Alessandro Nadalin Date: Fri, 29 Apr 2016 21:14:59 -0700 Subject: [PATCH] Update the PR template Summary: Added a link to the contributing.md -- there's a bunch of stuff there that's not mentioned in this template. Closes https://github.com/facebook/react-native/pull/6899 Differential Revision: D3245105 fb-gh-sync-id: 4d462dded04cf83afdd9b6dddcbc45aa7ecd7cd9 fbshipit-source-id: 4d462dded04cf83afdd9b6dddcbc45aa7ecd7cd9 --- PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7932df440..74cf4829c 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -15,3 +15,5 @@ Make sure tests pass on both Travis and Circle CI. **Code formatting** Look around. Match the style of the rest of the codebase. See also the simple [style guide](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide). + +For more info, see the ["Pull Requests" section of our "Contributing" guidelines](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#pull-requests).