diff --git a/README.rst b/README.rst index 505bc389..9dd9c16f 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ For an example of a Docker-based deployment with Patroni, see `Spilo `_, talk by Josh Berkus and Oleksii Kliukin at KubeCon Berlin 2017 +* `Elephants on Automatic: HA Clustered PostgreSQL with Helm `_, talk by Josh Berkus and Oleksii Kliukin at KubeCon Berlin 2017 * `PostgreSQL HA with Kubernetes and Patroni `__, talk by Josh Berkus at KubeCon 2016 (video) * `Feb. 2016 Zalando Tech blog post `__ @@ -41,6 +41,12 @@ Patroni is in active development and accepts contributions. See our `Contributin We report new releases information `here `__. +========= +Community +========= + +There are two places to connect with the Patroni community: `on github `__, via Issues and PRs, and on channel #patroni in the `PostgreSQL Slack `__. If you're using Patroni, or just interested, please join us. + =================================== Technical Requirements/Installation =================================== diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 09409d8a..f7167b00 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -5,6 +5,11 @@ Contributing guidelines Wanna contribute to Patroni? Yay - here is how! +Chatting +-------- + +Just want to chat with other Patroni users? Looking for interactive troubleshooting help? Join us on channel #patroni in the `PostgreSQL Slack `__. + Reporting issues ----------------