From f9c45276a057116eaeb54d07218a34b00253eb4b 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 (#16337) --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 202f4f4e4f9b4f..a0a4d59b4c1d87 100644 --- a/CONTRIBUTING.md +++ b/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.