You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# FirebaseUI-Android
1
+
# FirebaseUI for Android — UI Bindings for Firebase
2
2
3
3
FirebaseUI is an open-source library for Android that allows you to quickly connect common UI elements to the [Firebase](https://www.firebase.com) database for data storage, allowing views to be updated in realtime as they change, and providing simple interfaces for common tasks like displaying lists or collections of items.
4
4
@@ -333,7 +333,9 @@ with:
333
333
*`./release.sh` to build the library and update maven
334
334
* close/release the repository from sonatype
335
335
336
-
## Contributor License Agreements
336
+
## Contributing to FirebaseUI
337
+
338
+
### Contributor License Agreements
337
339
338
340
We'd love to accept your sample apps and patches! Before we can take them, we
339
341
have to jump a couple of legal hurdles.
@@ -352,7 +354,7 @@ Follow either of the two links above to access the appropriate CLA and
352
354
instructions for how to sign and return it. Once we receive it, we'll be able to
353
355
accept your pull requests.
354
356
355
-
##Contributing A Patch
357
+
### Contribution Process
356
358
357
359
1. Submit an issue describing your proposed change to the repo in question.
358
360
1. The repo owner will respond to your issue promptly.
@@ -362,4 +364,4 @@ accept your pull requests.
362
364
1. Ensure that your code adheres to the existing style of the library to which
363
365
you are contributing.
364
366
1. Ensure that your code has an appropriate set of unit tests which all pass.
0 commit comments