-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make pull request template imperative
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
* 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. |