Skip to content

Commit 7253b7c

Browse files
authored
Merge pull request #237 from samtstern/master
Update issue and pull request templates
2 parents 97b750e + e101ad5 commit 7253b7c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

ISSUE_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Welcome to FirebaseUI and thanks for submitting an issue!
2+
3+
Please take a look at [open issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aopen+is%3Aissue), as well as [resolved issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aissue+is%3Aclosed), to see if your issue is either already being addressed, or has been solved by someone else.
4+
5+
If not, please feel free to fill in the following info so we can help faster!
16

27
### Step 1: Are you in the right place?
38

PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Hey there! So you want to contribute to FirebaseUI? Before you file this pull request, follow these steps:
2+
3+
* Read [the contribution guidelines](CONTRIBUTING.md).
4+
* 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.
5+
* If this is a new feature please co-ordinate with someone on [FirebaseUI-iOS](https://github.com/firebase/firebaseui-ios) to make sure that we can implement this on both platforms and maintain feature parity.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ accept your pull requests.
131131
1. Ensure that your code adheres to the existing style of the library to which
132132
you are contributing.
133133
1. Ensure that your code has an appropriate set of unit tests which all pass.
134-
1. Submit a pull request and cc @puf or @mcdonamp
134+
1. Submit a pull request and cc @puf or @samtstern

0 commit comments

Comments
 (0)