From f68343eeec05bba7ff4efaf52d559248545dfd9a Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 8 Feb 2017 20:50:29 -0800 Subject: [PATCH] Sync CONTRIBUTING.md text with engine.git (#8004) * Sync CONTRIBUTING.md text with engine.git Turns out we had very similar text in engine.git. This patch makes the text the same by adopting the text in engine.git. * Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffb93f09bc4..2e4d1d88971 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Things you will need * Linux or Mac OS X. (Windows is not yet supported.) * git (used for source version control). - * An IDE. We recommend [IntelliJ](https://github.com/flutter/flutter-intellij/blob/master/README.md). + * An IDE. We recommend [IntelliJ with the Flutter plugin](https://flutter.io/intellij-ide/). * An ssh client (used to authenticate with GitHub). * Python (used by some of our tools). * The Android platform tools (see [Issue #55](https://github.com/flutter/flutter/issues/55)