From bcfad7e6862e568fd8def1eed9e4bcc71ce114b4 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 5 Sep 2019 13:41:10 +0200 Subject: [PATCH] Add support section to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5944694..978cd77 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ jobs: * You want to analyze a .NET solution: use the [SonarCloud Azure DevOps Extension](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) to analyze your code on SonarCloud with Azure Pipelines * You want to analyze C/C++ code: rely on our [Travis-CI extension](https://docs.travis-ci.com/user/sonarcloud/) and look at [our sample C/C++ project](https://github.com/SonarSource/sq-com_example_c-sqscanner-travis) +## Have question or feedback? + +To provide feedback (requesting a feature or reporting a bug) please post on the [SonarSource Community Forum](https://community.sonarsource.com/) with the tag `sonarcloud`. + ## License The Dockerfile and associated scripts and documentation in this project are released under the LGPLv3 License.