Skip to content

Commit 68f4a11

Browse files
authored
[cleanup] Fix Contributing doc TOC and list numbers (#8105)
Fixes up stale TOC and a step mis-numbering. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 529e4cf commit 68f4a11

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CONTRIBUTING.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ 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-
* [Setting environments](#setting-environments)
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)
913
* [Handle symlinks](#handle-symlinks)
1014
* [Provision Tool](#provision-tool)
1115
* [Running plugin tests](#running-plugin-tests)
1216
* [Using test run configurations in IntelliJ](#using-test-run-configurations-in-intellij)
1317
* [Using the plugin tool on the command line](#using-the-plugin-tool-on-the-command-line)
1418
* [Adding platform sources](#adding-platform-sources)
1519
* [Working with Android Studio](#working-with-android-studio)
16-
* [Working with Embedded DevTools (JxBrowser)](#working-with-embedded-devtools-jxbrowser)
20+
* [Flutter DevTools Integration](#flutter-devtools-integration)
21+
* [Working with Embedded DevTools (JxBrowser)](#working-with-embedded-devtools-jxbrowser)
22+
* [Developing with local DevTools](#developing-with-local-devtools)
1723
<!-- TOC -->
1824

1925
## Contributing code
@@ -176,21 +182,21 @@ name and contact info to the [AUTHORS](AUTHORS) file.
176182
Internal Java Platform: IDEA JBR 21
177183
```
178184
179-
3. Set the SDK for the Project
185+
4. Set the SDK for the Project
180186
- Select "Project Settings > Project"
181187
- Change the "SDK" selection to the **IntelliJ Platform Plugin SDK** you added in step 3.
182188
- When you are done, your settings should look something like:
183189
```
184190
SDK: IntelliJ IDEA Community Edition IC-243.23654.189
185191
```
186192
187-
4. Configure the modules for the Project
193+
5. Configure the modules for the Project
188194
- Select "Project Settings > Modules"
189195
- Select the `flutter-intellij > flutter-idea` module
190196
- Switch to the "Paths" window
191197
- Select the **Inherit project compile output path** option then apply.
192198
193-
5. Change the modules SDK to the Project SDK
199+
6. Change the modules SDK to the Project SDK
194200
- Select "Project Settings > Modules"
195201
- Select all the sub-directories under the `flutter-intellij > flutter-idea` module
196202
- Switch to the "Dependencies" window

0 commit comments

Comments
 (0)