From c8e1bb2d365e903ba6ce23969b53f042caa7449e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 10 May 2022 10:50:29 +0200 Subject: [PATCH] intellij-sdk-docs-original_CONTRIBUTING.md: edits --- topics/intellij-sdk-docs-original_CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/topics/intellij-sdk-docs-original_CONTRIBUTING.md b/topics/intellij-sdk-docs-original_CONTRIBUTING.md index 438a32270..b5bec3bd0 100644 --- a/topics/intellij-sdk-docs-original_CONTRIBUTING.md +++ b/topics/intellij-sdk-docs-original_CONTRIBUTING.md @@ -4,21 +4,22 @@ This document describes our contribution guidelines for the open-source IntelliJ Platform SDK documentation and sample code. Before you begin contributing content to the SDK, please read this page thoroughly as well as the [Code of Conduct](intellij-sdk-docs-original_CODE_OF_CONDUCT.md) and [License](https://github.com/JetBrains/intellij-sdk-docs/blob/main/LICENSE.txt) documents. + For information about contributing to the IntelliJ Platform itself, please visit [Contributing to the IntelliJ Platform](platform_contributions.md). ## Creating IntelliJ Platform SDK Content -Content contributions to the IntelliJ Platform SDK are welcome. +Content contributions to the IntelliJ Platform SDK are very welcome! -Please download or clone the open-source SDK project from [GitHub](https://github.com/JetBrains/intellij-sdk-docs), make additions or changes, and submit a pull request. +Please clone the _intellij-sdk-docs_ project from [GitHub](https://github.com/JetBrains/intellij-sdk-docs), make additions or changes, and submit a pull request. +Alternatively, start by clicking on the Edit page link on the top of each page. Before creating or altering content, please consult these guides: * [SDK Documentation Style Guide](sdk_style.md). - This guide describes documentation conventions in terms of Markdown syntax. + This guide describes documentation conventions in terms of content style and syntax. * [SDK Code Sample Guidelines](sdk_code_guidelines.md). Conventions for code sample organization, project settings, and naming conventions are described in this document. - Always test code changes by building and testing the SDK code sample. > Currently, building the site locally is not possible. >