Skip to content

Commit ebdb60b

Browse files
authored
Update CONTRIBUTING.md
Update recommended setup
1 parent cf3dbe3 commit ebdb60b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ You should have the following things installed:
2323
* Maven (Note that the [Maven Wrapper](https://maven.apache.org/wrapper/) is shipped with the repo)
2424

2525
### Recommended setup
26-
* Install ``IntelliJ`` (Community Edition is sufficient)
27-
* Install the following plugins:
28-
* [Save Actions](https://plugins.jetbrains.com/plugin/22113) - Provides save actions, like running the formatter or adding ``final`` to fields
29-
* [SonarLint](https://plugins.jetbrains.com/plugin/7973-sonarlint) - CodeStyle/CodeAnalysis
30-
* You may consider disabling telemetry in the settings under ``Tools > Sonarlint -> About``
31-
* [Checkstyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea) - CodeStyle/CodeAnalysis
26+
* Install `IntelliJ`
27+
* Recommended setup actions
28+
* Disable not needed plugins
29+
* Disable [telemetry](https://www.jetbrains.com/help/idea/settings-usage-statistics.html)
30+
* Consider [disabling the integrated webserver for security reasons](https://intellij-support.jetbrains.com/hc/en-us/community/posts/8125278285586-Internal-Local-ports-63342-6942?page=1#community_comment_8141506876562) using `-Didea.builtin.server.disabled=true`
31+
* Configure the available memory
3232
* Import the project
33-
* Ensure that everything is encoded in ``UTF-8``
33+
* You will get prompted to install the required plugins
34+
* Ensure that everything is encoded in `UTF-8`
3435
* Ensure that the JDK/Java-Version is correct
3536

3637

0 commit comments

Comments
 (0)