1
- # Contributing to Flutter Plugins
1
+ # Contributing to FlutterFire
2
2
3
-
4
- [ ![ Build Status] ( https://api.cirrus-ci.com/github/flutter/plugins.svg )] ( https://cirrus-ci.com/github/flutter/plugins/master )
3
+ [ ![ Build Status] ( https://api.cirrus-ci.com/github/flutter/plugins.svg )] ( https://cirrus-ci.com/github/FirebaseExtended/flutterfire/master )
5
4
6
5
_ See also: [ Flutter's code of conduct] ( https://flutter.io/design-principles/#code-of-conduct ) _
7
6
@@ -16,7 +15,7 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod
16
15
17
16
18
17
* Ensure all the dependencies described in the previous section are installed.
19
- * Fork ` https://github.com/flutter/plugins ` into your own GitHub account. If
18
+ * Fork ` https://github.com/FirebaseExtended/flutterfire ` into your own GitHub account. If
20
19
you already have a fork, and are now installing a development environment on
21
20
a new machine, make sure you've updated your fork so that you don't use stale
22
21
configuration options from long ago.
@@ -37,7 +36,7 @@ example's directory, run `pub get` to make sure its dependencies have been
37
36
downloaded, and use ` flutter run ` . Make sure you have a device connected over
38
37
USB and debugging enabled on that device.
39
38
40
- * ` cd packages/battery /example `
39
+ * ` cd packages/cloud_firestore /example `
41
40
* ` flutter run `
42
41
43
42
## Running the tests
@@ -61,8 +60,8 @@ flutter drive test/<name_of_plugin>.dart
61
60
62
61
We gladly accept contributions via GitHub pull requests.
63
62
64
- Please peruse our
65
- [ style guide] ( https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo ) and
63
+ Please peruse the
64
+ [ Flutter style guide] ( https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo ) and
66
65
[ design principles] ( https://flutter.io/design-principles/ ) before
67
66
working on anything non-trivial. These guidelines are intended to
68
67
keep the code consistent and avoid common pitfalls.
@@ -85,7 +84,7 @@ pub global run flutter_plugin_tools test --plugins plugin_name
85
84
To send us a pull request:
86
85
87
86
* ` git pull-request ` (if you are using [ Hub] ( http://github.com/github/hub/ ) ) or
88
- go to ` https://github.com/flutter/plugins ` and click the
87
+ go to ` https://github.com/FirebaseExtended/flutterfire ` and click the
89
88
"Compare & pull request" button
90
89
91
90
Please make sure all your checkins have detailed commit messages explaining the patch.
0 commit comments