diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index edf448fc5..aa95e6459 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,12 @@ OK, ready to do some coding?
 * Fork the repository and clone it to the local machine.
 * Open the project with IntelliJ IDEA.
 
-Yoo hoo! You’re all set to begin contributing. Here are some useful gradle commands:
+Yoo hoo! You’re all set to begin contributing.
+We've prepared some useful configurations for you:
+
+![Prepared configurations](resources/contributing/configurations.png)
+
+And here are useful gradle commands:
 
 * `./gradlew runIde` — start the dev version of IntelliJ IDEA with IdeaVim installed.
 * `./gradlew test` — run tests.
diff --git a/resources/contributing/configurations.png b/resources/contributing/configurations.png
new file mode 100644
index 000000000..de36b6fa1
Binary files /dev/null and b/resources/contributing/configurations.png differ