Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9291a37

Browse files
committedMar 15, 2025
Revert "📝 Fix CONTRIBUTING"
This reverts commit 5dcab7c.
1 parent 5dcab7c commit 9291a37

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
 

‎CONTRIBUTING.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ Contributing to Flutter Plugin for IntelliJ
55
* [Contributing to Flutter Plugin for IntelliJ](#contributing-to-flutter-plugin-for-intellij)
66
* [Contributing code](#contributing-code)
77
* [Getting started](#getting-started)
8-
* [Environment set-up](#environment-set-up)
9-
* [IntelliJ set-up](#intellij-set-up)
10-
* [Configure "Project Structure" settings](#configure-project-structure-settings)
11-
* [Configure the Gradle settings](#configure-the-gradle-settings)
12-
* [Build and run the plugin](#build-and-run-the-plugin)
8+
* [Setting environments](#setting-environments)
139
* [Handle symlinks](#handle-symlinks)
1410
* [Provision Tool](#provision-tool)
1511
* [Running plugin tests](#running-plugin-tests)
@@ -180,21 +176,21 @@ name and contact info to the [AUTHORS](AUTHORS) file.
180176
Internal Java Platform: IDEA JBR 21
181177
```
182178
183-
4. Set the SDK for the Project
179+
3. Set the SDK for the Project
184180
- Select "Project Settings > Project"
185181
- Change the "SDK" selection to the **IntelliJ Platform Plugin SDK** you added in step 3.
186182
- When you are done, your settings should look something like:
187183
```
188184
SDK: IntelliJ IDEA Community Edition IC-243.23654.189
189185
```
190186
191-
5. Configure the modules for the Project
187+
4. Configure the modules for the Project
192188
- Select "Project Settings > Modules"
193189
- Select the `flutter-intellij > flutter-idea` module
194190
- Switch to the "Paths" window
195191
- Select the **Inherit project compile output path** option then apply.
196192
197-
6. Change the modules SDK to the Project SDK
193+
5. Change the modules SDK to the Project SDK
198194
- Select "Project Settings > Modules"
199195
- Select all the sub-directories under the `flutter-intellij > flutter-idea` module
200196
- Switch to the "Dependencies" window

0 commit comments

Comments
 (0)
Please sign in to comment.