diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 63a37248..ffd0a83c 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -18,6 +18,7 @@ Here are some tips to make sure your pull request can be merged smoothly: ### Pre-requisites * Install [Flutter SDK](https://flutter.dev/docs/get-started/install). + * *For Windows Builds:* Install Visual Studio and make sure to include the workload "Desktop development with C++" * Make sure you're on Flutter's stable channel. To know what channel you're on, run ```flutter channel``` on Terminal/Bash. * Setup your [favorite code editor](https://flutter.dev/docs/get-started/editor) (I recommend using [VS Code](https://code.visualstudio.com/))