From 5962a5ce17d1408695229dffce42fa9fa79a7922 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 4 Aug 2016 12:38:59 -0700 Subject: [PATCH] Make pull request template imperative --- PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index fb25086078f..c1dc579ddc9 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ Hey there! So you want to contribute to FirebaseUI? Before you file this pull request, follow these steps: - * Have you read [the contribution guidelines](CONTRIBUTING.md) - * Has this been discussed in an issue? If so make sure to mention the issue number here. If not, go file an issue about this to make sure this is a desirable change. - * Are you adding a feature? If so please co-ordinate with someone on [FirebaseUI-Android](https://github.com/firebase/firebaseui-android) to make sure that we can implement this on both platforms and maintain feature parity. \ No newline at end of file + * Read [the contribution guidelines](CONTRIBUTING.md). + * If this has been discussed in an issue, make sure to mention the issue number here. If not, go file an issue about this to make sure this is a desirable change. + * If this is a new feature please co-ordinate with someone on [FirebaseUI-Android](https://github.com/firebase/firebaseui-android) to make sure that we can implement this on both platforms and maintain feature parity.