Skip to content

Commit

Permalink
Land #650: Contributing guide grammar and markdown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Apr 10, 2017
2 parents d6c0b68 + aecdc2f commit 196a77f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CONTRIBUTING.md
Expand Up @@ -29,18 +29,18 @@
4. Select Gradle from the external models
5. Click Next
6. In "Import Project from Gradle"
1. Check "Use auto-import"
2. Check "Create separate module per source set"
3. Ensure Gradle JVM is **AT LEAST** Java 1.7 / 7. (Java 1.8 / 8 is recommended.)
Your import settings should look something like this:<br/>
![Gradle settings](/screenshots/contributing/gradle_settings.png?raw=true "Gradle settings")
4. Click Finish
1. Check "Use auto-import"
2. Check "Create separate module per source set"
3. Ensure Gradle JVM is **AT LEAST** Java 1.7 / 7. (Java 1.8 / 8 is recommended.)
Your import settings should look something like this:<br/>
![Gradle settings](/screenshots/contributing/gradle_settings.png?raw=true "Gradle settings")
4. Click Finish
7. When the "Gradle Project Data to Import" dialog pops up
1. Leave "Elixir (root module), ":jps-builder", and "jps-shared" checked.<br/>
![Select modules](/screenshots/contributing/select_modules.png?raw=true "Select modules")
2. Click OK
1. Leave "Elixir (root module), ":jps-builder", and "jps-shared" checked.<br/>
![Select modules](/screenshots/contributing/select_modules.png?raw=true "Select modules")
2. Click OK
8. When the "Import Gradle Projects" dialog pops up
1. Leave "intellij-elixir" checked. You can remove the old main module:<br/>
1. Leave "intellij-elixir" checked. You can remove the old main module:<br/>
![Remove module](/screenshots/contributing/remove_module.png?raw=true "Remove module")

### Building and running
Expand All @@ -57,7 +57,7 @@ You can run `./gradlew runIde` or `./gradlew test`.
### From IntelliJ

1. Open the Gradle Tool Window (`View > Tool Windows > Gradle` OR from the Gradle button on the right tool button bar)
2. Expand `Elixir (root) > Task`
2. Expand `Elixir (root) > Tasks`

#### `runIdea`

Expand Down

0 comments on commit 196a77f

Please sign in to comment.