From abba8a29118131d209bc71ec209b5837d8babb3c Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Mon, 3 Feb 2020 11:46:06 -0800 Subject: [PATCH] [fuchsia] Add additional contributing instructions for Googlers (flutter/engine#16337) --- engine/src/flutter/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index 202f4f4e4f9..a0a4d59b4c1 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -30,3 +30,7 @@ C++ and Objective-C/C++ files are formatted with `clang-format`, and GN files wi [code_of_conduct]: https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md [contrib_guide]: https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md [engine_dev_setup]: https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment + +### Fuchsia Contributions from Googlers + +Googlers contributing to Fuchsia should follow the additional steps at: go/flutter-fuchsia-pr-policy.