From a49018f6e92c5f938cb64d4938c385d5ba024da2 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 8 Jun 2022 13:09:38 +0200 Subject: [PATCH] tools_gradle_intellij_plugin.md: contributing and issue tracker --- topics/appendix/tools/tools_gradle_intellij_plugin.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/topics/appendix/tools/tools_gradle_intellij_plugin.md b/topics/appendix/tools/tools_gradle_intellij_plugin.md index 863d2b4a7..e4a360ec6 100644 --- a/topics/appendix/tools/tools_gradle_intellij_plugin.md +++ b/topics/appendix/tools/tools_gradle_intellij_plugin.md @@ -109,6 +109,12 @@ pluginManagement { +> Please see [CONTRIBUTING](https://github.com/JetBrains/gradle-intellij-plugin/blob/master/CONTRIBUTING.md) on how to submit feedback and contribute to this project. +> +> Before visiting the [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues), update both plugin and Gradle to the latest versions. +> +{type="tip"} + ## IntelliJ Extension After the Gradle IntelliJ Plugin is applied, the `intellij` extension can be used to configure the plugin and common settings of the provided tasks.