From 56e3c0c6788baf4f639534ec744e8f42dcd64af1 Mon Sep 17 00:00:00 2001 From: gaaclarke <30870216+gaaclarke@users.noreply.github.com> Date: Mon, 28 Oct 2019 15:58:24 -0700 Subject: [PATCH] Added note about design doc template. (#43658) * Added note about design doc template. * switched "our" to "flutter" * updated link --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bb51066efa..c9636092ddb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,6 +91,10 @@ presented. which includes advice for designing APIs for Flutter, and how to format code in the framework. +8. [Flutter design doc template](https://flutter.dev/go/template), + which should be used when proposing a new technical design. This is a good + practice to do before coding more intricate changes. + In addition to the above, there are many pages on [our Wiki](https://github.com/flutter/flutter/wiki/) that may be of interest. For a curated list of pages see the sidebar on the wiki's