You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,17 @@ Start idea and import the `build.gradle` file with "File > Open". Then in the "I
46
46
./gradlew cleanIdea idea
47
47
```
48
48
49
-
IntelliJ should refresh and the project is now configured as a gradle project. You can find IntelliJ gradle tasks in "Gradle > Gradle projects > intellij-plugin-template > Tasks > intellij". To run the plugin, use the `runIde` task:
49
+
IntelliJ should refresh and the project is now configured as a gradle project. You can find IntelliJ gradle tasks in "Gradle > Gradle projects > template-placeholder > Tasks > intellij". To run the plugin, use the `runIde` task:
* Consider doing a [test-deployment](https://github.com/xdev-software/intellij-plugin-template/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
59
+
* Consider doing a [test-deployment](https://github.com/xdev-software/template-placeholder/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
60
60
* Check the [changelog](CHANGELOG.md)
61
61
62
62
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes
[](https://plugins.jetbrains.com/plugin/pluginId/reviews)
[Installation guide for the latest release](https://github.com/xdev-software/intellij-plugin-template/releases/latest#Installation)
11
+
[Installation guide for the latest release](https://github.com/xdev-software/template-placeholder/releases/latest#Installation)
12
12
13
13
> [!TIP]
14
14
> [Development versions](https://plugins.jetbrains.com/plugin/pluginId/versions/snapshot) can be installed by [adding the ``snapshot`` release channel as a plugin repository](https://www.jetbrains.com/help/idea/managing-plugins.html#repos):<br/>
0 commit comments