Commit 2beac946 authored by Hixie's avatar Hixie

Move style guide to website.

Depends on https://github.com/flutter/website/pull/177
parent 3f8fdb66
...@@ -109,10 +109,11 @@ To start working on a patch: ...@@ -109,10 +109,11 @@ To start working on a patch:
* `git fetch upstream` * `git fetch upstream`
* `git checkout upstream/master -b name_of_your_branch` * `git checkout upstream/master -b name_of_your_branch`
* Hack away. Please peruse our [style guides](https://github.com/flutter/engine/blob/master/sky/specs/style-guide.md) * Hack away. Please peruse our
and [design principles](https://github.com/flutter/engine/blob/master/sky/specs/design.md) [style guides](https://flutter.io/style-guide/) and
before working on anything non-trivial. These guidelines are intended to keep [design principles](https://flutter.io/design-principles/) before
the code consistent and avoid common pitfalls. working on anything non-trivial. These guidelines are intended to
keep the code consistent and avoid common pitfalls.
* `git commit -a -m "<your informative commit message>"` * `git commit -a -m "<your informative commit message>"`
* `git push origin name_of_your_branch` * `git push origin name_of_your_branch`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment