Yegor
eb82f272f0
CONTRIBUTING.md: suggest skipping intro ( #4188 )
...
...if the environment is already setup
2017-10-10 10:02:21 -07:00
Michael Goderbauer
ff0a9a8d96
Enforce clang-format for c-like sources on Travis ( #4089 )
...
* Enforce clang-format for c-like sources on Travis
* Edit CONTRIBUTING,md
* review feedback:
* ++
* ++
* ++
2017-09-12 15:42:37 -07:00
Michael Goderbauer
0f969f59a4
Mention Goma for Googlers in CONTRIBUTING.md ( #3946 )
...
* Mention Goma for Googlers in CONTRIBUTING.md
* review comments
2017-08-02 13:49:27 -07:00
Abhishek Amit
468f55bde7
Fix android-cpu flag reference ( #3943 )
2017-08-01 14:02:28 -07:00
Michael Goderbauer
9190c675ef
Add Windows support to CONTRIBUTING.md ( #3825 )
2017-06-23 17:58:57 -07:00
gspencergoog
18fdfb86bb
Removed 'pub get' from the instructions ( #3774 )
...
* Removed 'pub get' from the instructions
According to Hixie, 'pub get' is abstracted into flutter packages upgrade, and so there shouldn't be a need to run pub get directly.
* Removed pub get lines entirely.
2017-06-14 16:28:21 -07:00
xster
66d42ed669
Link to lldb page in tip ( #3593 )
2017-04-18 10:48:46 -07:00
xster
6e1ba3f2fb
Add instructions for debugging engine with xcode ( #3411 )
2017-02-10 13:56:02 -08:00
xster
b2b6f50941
Add CONTRIBUTING instructions for simulator ( #3407 )
2017-02-09 23:06:11 -08:00
xster
26beb34a4f
Document the need to sync the engine repo to avoid #8005 ( #3403 )
...
* Document the need to sync the engine repo to avoid #8005
* Flit gclient sync and git pull
2017-02-09 12:08:37 -08:00
xster
fc61ec1130
Some tweaks to the contributing doc ( #3402 )
2017-02-08 18:29:11 -08:00
Michael Thomsen
7b4a631a09
Update editor recommendation ( #3317 )
...
Fixes https://github.com/flutter/flutter/issues/7294
2016-12-22 21:41:15 +01:00
Chinmay Garde
c677a1b7a4
Fix typo in README regarding --unopt builds on host. ( #3308 )
2016-12-12 16:04:57 -08:00
Ian Hickson
bd629a04f3
Mention updating the buildroot git remotes ( #3285 )
...
* Mention updating the buildroot git remotes
I always forget how to do this...
* Update CONTRIBUTING.md
2016-11-30 20:33:19 -08:00
Philippe Ombredanne
03f68e99b7
Add unzip as a requirement in the contributing documentation. ( #3273 )
...
unzip is missing from documentation and is required to run
"gclient sync" successfully. Unzip does not come installed by default
on every Linux installations.
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2016-11-29 11:03:34 -08:00
Ian Hickson
041af0e79a
Update CONTRIBUTING.md ( #3203 )
...
At some point recently we started putting a JSON file in the out/ directory and this broke this suggested build script.
This patch makes the script more resilient to such files.
2016-11-04 14:36:27 -07:00
Chinmay Garde
75673cb0f9
Run the download_android_tools.py in a gclient hook. ( #3050 )
...
Originally, this was a step that had to be carried out manually. Presumably because we did not want developers to download the Android SDK and NDK if they were not targetting Android. In practice, this is rarely the case. Even the buildbots unconditionally run the script (though they don’t need Android artifacts on the Mac since there is no Mac to Android builder).
2016-09-21 12:05:02 -07:00
Ian Hickson
1ab79a2117
Update CONTRIBUTING.md ( #3028 )
...
Have the sample build script exit after the first failed build.
2016-09-14 10:30:36 -07:00
Ian Hickson
de5ed27031
Make the script rebase the right repository ( #3025 )
2016-09-13 23:40:50 -07:00
Ian Hickson
f51d5e8b6b
Update CONTRIBUTING.md ( #2895 )
2016-08-09 15:30:51 -07:00
Adam Barth
0392945ce3
Update CONTRIBUTING.md to account for buildroot ( #2893 )
2016-08-09 14:14:10 -07:00
Chinmay Garde
e849e0942a
Update CONTRIBUTING.md to add iOS engine development instructions. ( #2844 )
2016-07-29 16:22:35 -07:00
Eric Seidel
af054a4043
Better explain how to use a local engine
...
Added a section which explains how to get `dart:ui` changes.
2016-07-06 15:28:40 -07:00
Todd Volkert
a996467b0a
Remove instructions to add engine's dart-sdk to user's path. ( #2736 )
2016-06-07 14:16:32 -07:00
Adam Barth
31f554b737
Update docs about command line flags ( #2725 )
2016-05-31 10:19:52 -07:00
Adam Barth
4e16c940a5
Revert "Remove vendored dart-sdk ( #2688 )"
...
We still need this for the observatory build.
This reverts commit 5082974b74028ecf6093625125f3307c9bc654f3.
2016-05-16 10:54:49 -07:00
Adam Barth
5082974b74
Remove vendored dart-sdk ( #2688 )
...
The engine.git repo doesn't need a copy of the Dart SDK anymore.
Fixes https://github.com/flutter/flutter/issues/2618
2016-05-16 08:09:00 -07:00
Ian Hickson
2a4e04ffa4
Updating CONTRIBUTING.md to mention latest paths ( #2676 )
...
* Updating CONTRIBUTING.md to mention latest paths
* Update CONTRIBUTING.md
2016-05-11 11:23:57 -07:00
Yegor
6907cdcffd
provide link to instructions for building for iOS
...
Fixes #https://github.com/flutter/flutter/issues/3689
2016-05-03 07:32:14 -07:00
Adam Barth
d13863aef1
Update CONTRIBUTING.md
2016-03-29 08:39:43 -07:00
Adam Barth
9056992b37
Update flutter start to flutter run
...
These commands are the same, but `run` is the new hotness.
2016-03-28 14:52:35 -07:00
Ian Hickson
7a2c8daa8f
Mention android:debuggable in CONTRIBUTING.md
2016-03-17 13:54:14 -07:00
Ian Hickson
7aa61dc373
Update CONTRIBUTING.md
...
Mention the waterfall and conventions around it.
2016-03-03 22:56:03 -08:00
Hixie
41459dab88
Move style guide to website.
...
Depends on https://github.com/flutter/website/pull/177
2016-02-23 09:03:52 -08:00
yjbanov
88abfa0377
tell people to submit code after LGTM
2016-02-02 12:20:08 -08:00
yjbanov
43bf3ce10e
add section on submitting code in CONTRIBUTING.md
2016-02-02 11:25:43 -08:00
Brett Morgan
410112a76b
Trailing full stop is confusing
...
Sample code is not differentiated enough to disambiguate the full stop at the end of the line.
2015-12-03 14:38:07 +11:00
Ian Hickson
22d9843433
Update CONTRIBUTING.md
2015-11-21 16:15:47 -08:00
Seth Ladd
586e5428d9
Fix link to flutter CONTRIBUTING.md
2015-11-20 10:33:00 -08:00
Ian Hickson
9adb03a3a0
Update CONTRIBUTING.md
2015-11-09 09:35:08 -08:00
Adam Barth
3a3646df01
Update CONTRIBUTING.md to account for flutter.git
2015-11-08 21:56:42 -08:00
Florian Loitsch
6d32ed5351
Fix typo.
2015-11-05 16:19:18 -08:00
krisgiesing
fa46dda873
Update CONTRIBUTING.md
2015-11-04 13:36:44 -08:00
Michael Xia
d1f7c8bbc7
Corrected wording in the Desktop section
...
Bullet #3 was referencing "Android".
2015-10-29 15:47:12 -07:00
Todd Volkert
5400475e78
Update 'Getting the code and configuring your environment' to have
...
the user run download_android_tools.py before adding platform-tools
to their path so they don't fret over the platform-tools folder
not existing yet.
2015-10-23 15:08:53 -07:00
Collin Jackson
374e272dd7
Update CONTRIBUTING.md
2015-10-20 10:56:53 -07:00
Adam Barth
7a10ecb54b
Update CONTRIBUTING.md
2015-10-20 08:45:19 -07:00
Ian Hickson
1b2e48c2fe
Update CONTRIBUTING.md
2015-10-20 08:25:28 -07:00
Ian Hickson
222d19b1e5
Update CONTRIBUTING.md
2015-10-20 08:24:30 -07:00
Ian Hickson
e425dc9ca7
Update CONTRIBUTING.md
2015-10-20 08:23:31 -07:00