From ba08321225caca53525f4471e2c2d3058692782c Mon Sep 17 00:00:00 2001 From: Siva Kumar Edupuganti Date: Tue, 21 Feb 2023 15:18:51 -0700 Subject: [PATCH 1/2] Added getting support in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65281d2cb4..044dfa3d7a 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ None of these is essential for a pull request, but they will all help. * A few unit tests would help a lot as well - someone has to do it. * If no-one else is using your branch, please rebase it against the current main (or another target branch in the main project). +# Getting Support +Check out the [Spring Kafka tags on Stack Overflow](https://stackoverflow.com/questions/tagged/spring-kafka). [Commercial support](https://spring.io/support) is available too. + # License Spring Kafka is released under the terms of the Apache Software License Version 2.0 (see LICENSE.txt). From c5d40934d0664a5ce5338224fa98a77ea9eb5f30 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 22 Feb 2023 09:09:37 -0500 Subject: [PATCH 2/2] Polishing. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 044dfa3d7a..b731eea0cd 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ None of these is essential for a pull request, but they will all help. * If no-one else is using your branch, please rebase it against the current main (or another target branch in the main project). # Getting Support -Check out the [Spring Kafka tags on Stack Overflow](https://stackoverflow.com/questions/tagged/spring-kafka). [Commercial support](https://spring.io/support) is available too. +Use the [`spring-kafka` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/spring-kafka) to ask questions; include code and configuration and clearly explain your problem, providing an [MCRE](https://stackoverflow.com/help/minimal-reproducible-example) if possible. +[Commercial support](https://spring.io/support) is also available. # License