From 80f32839490bcf201ccae0686858c7addf9bf9a0 Mon Sep 17 00:00:00 2001 From: David Kunzmann Date: Mon, 16 Jun 2025 11:59:01 +0200 Subject: [PATCH 1/2] SCANPY-68: Redirect user feedback to Community forums --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ba0effc..3c3fab8b 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,10 @@ $ pysonar See the __SonarScanner__ [documentation](https://docs.sonarsource.com/sonarqube-server/2025.1/setup-and-upgrade/environment-variables/) for more information. +# Feedback + +For feedback and issues regarding `pysonar`, do not hesitate to contact us through our [Community](https://community.sonarsource.com/tag/python). + # Installation from testPyPI To install the latest pre-released version of Sonar Scanner Python. Execute the following command: From 39ee4c86f6931f14e7bfc34f1c672e0c757e98cf Mon Sep 17 00:00:00 2001 From: David Kunzmann Date: Mon, 16 Jun 2025 14:02:34 +0200 Subject: [PATCH 2/2] Changed community link to point to the scanner tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c3fab8b..e4060dfb 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ See the __SonarScanner__ [documentation](https://docs.sonarsource.com/sonarqube- # Feedback -For feedback and issues regarding `pysonar`, do not hesitate to contact us through our [Community](https://community.sonarsource.com/tag/python). +For feedback and issues regarding `pysonar`, do not hesitate to contact us through our [Community](https://community.sonarsource.com/tag/scanner). # Installation from testPyPI