From 2f630446040b9f5b65fbfff9a76be1fe01c45e99 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 25 Oct 2018 15:40:35 -0700 Subject: [PATCH] [W] Mention new gitter channel (#22974) * Mention new gitter channel * Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b5fee15b6..dcde1274ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -240,6 +240,14 @@ data downloaded by `flutter update-packages`. See [issue 4719](https://github.com/flutter/flutter/issues/4719) for ideas about how to improve this workflow. +Communication +------------- + +If you would like to chat to other people who work on Flutter, consider joining the +https://gitter.im/flutter/contributors chat channel. (We also have a [general chat +channel](https://gitter.im/flutter/flutter) for people who aren't working on Flutter +but who use Flutter.) + Working on the engine and the framework at the same time --------------------------------------------------------