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-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,13 +186,12 @@ This repository containing links of all the example apps demonstrating features/
186
186
187
187
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
188
188
189
-
1. Match coding style (braces, spacing, etc.) This is best achieved using `Reformat Code` feature of Android Studio `CMD`+`Option`+`L` on Mac and `CTRL` + `ALT` + `L` on Linux + Windows .
190
-
2. If its a feature, bugfix, or anything please only change code to what you specify.
191
-
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
192
-
4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
193
-
5. Check for existing [issues](https://github.com/iampawan/FlutterExampleApps/issues) first, before filing an issue.
194
-
6. Make sure you follow the set standard as all other projects in this repo do
195
-
7. Have fun!
189
+
1. Match the document style as closely as possible.
190
+
2. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
191
+
3. Pull requests _must_ be made against `master` branch for this particular repository.
192
+
4. Check for existing [issues](https://github.com/iampawan/FlutterExampleApps/issues) first, before filing an issue.
193
+
5. Make sure you follow the set standard as all other projects in this repo do
0 commit comments