From 5ba0a9120e4d95336d476569888344b2d0333784 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Jan 2020 13:15:09 +0100 Subject: [PATCH] Polish Intellij IDEA contribution guidelines --- CONTRIBUTING.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 7adeb6f1d98..be767d575c9 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -158,7 +158,13 @@ With the requisite Eclipse plugins installed you can select === Importing into IntelliJ IDEA -Use "`File`" -> "`Open`" and then select the root `build.gradle` file to import the code. +If you have performed a checkout of this repository already, use "`File`" -> "`Open`" and +then select the root `build.gradle` file to import the code. + +Alternatively, you can let IntellIJ IDEA checkout the code for you. Use "`File`" -> +"`New`" -> "`Project from Version Control`" and +`https://github.com/spring-projects/spring-boot` for the URL. One the checkout is done, a +pop-up will suggest to open the project.