File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,26 @@ need to be sure of various other things—for instance that you'll tell us if yo
1212know that your code infringes on other people's patents. You don't have to sign
1313the CLA until after you've submitted your code for review and a member has
1414approved it, but you must do it before we can put your code into our codebase.
15+
16+ ### Adding new features
17+
1518Before you start working on a larger contribution, you should get in touch with
1619us first through the issue tracker with your idea so that we can help out and
1720possibly guide you. Coordinating up front makes it much easier to avoid
1821frustration later on.
1922
23+ If this has been discussed in an issue, make sure to mention the issue number.
24+ If not, go file an issue about this to make sure this is a desirable change.
25+
26+ If this is a new feature please co-ordinate with someone on [ FirebaseUI-Android] ( https://github.com/firebase/FirebaseUI-Android )
27+ to make sure that we can implement this on both platforms and maintain feature parity.
28+ Feature parity (where it makes sense) is a strict requirement for feature development in FirebaseUI.
29+
2030### Code reviews
2131
2232All submissions, including submissions by project members, require review. We
23- use Github pull requests for this purpose.
33+ use Github pull requests for this purpose. We adhere to the
34+ [ Google Objective-C Style guide] ( https://google.github.io/styleguide/objcguide.xml ) .
2435
2536### The small print
2637
You can’t perform that action at this time.
0 commit comments