Add Github Community Features to blog post
diff --git a/documentation/website/blog/2023-01-17-release-090.md b/documentation/website/blog/2023-01-17-release-090.md
index 137107c..f5931ee 100644
--- a/documentation/website/blog/2023-01-17-release-090.md
+++ b/documentation/website/blog/2023-01-17-release-090.md
@@ -27,7 +27,7 @@
 In addition, we extended the SDK so that runtime errors can be forwarded to the StreamPipes UI. 
 Further improvements to the monitoring stack will be added in the next versions.
 
-## New adapters and data sinks
+## New Adapters and Data Sinks
 
 This version improves support for existing message brokers in form of adapters and sinks:
 
@@ -35,6 +35,19 @@
 * A new adapter and data sink for `Apache RocketMQ`
 * A new adapter for `NATS` (also available as a data sink)
 
+## GitHub Community Features
+
+Apache StreamPipes is a community effort - everyone is welcome not only to contribute code, but also to provide feedback and other input which helps improving the product.
+To improve community interaction, we switched our issue management from Jira to GitHub issues - making it much easier to create issues and to discuss future features.
+In addition, we've enabled Github Discussions - feel free to participate in the existing discussions and ask questions if you have problems!
+
+* [GitHub Issues](https://github.com/apache/streampipes/issues)
+* [GitHub Discussions](https://github.com/apache/streampipes/discussions)
+
+And if you prefer the mailing list, subscribe to [dev@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org) or [users@streampipes.apache.org](mailto:users-subscribe@streampipes.apache.org).
+Tech-related and general project discussions as well as release votes will continue to happen on the dev list.
+
+
 ## Preview of Standalone Functions
 An exciting new feature is available in preview mode: StreamPipes Functions are a new way to interact with connected data streams in StreamPipes.
 As an open system, there are already several ways to extend the functionality of StreamPipes: New adapter can be added to connect to non-supported systems.