summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2021-01-04 07:59:19 -0600
committerGitHub <noreply@github.com>2021-01-04 08:59:19 -0500
commita685bbb018256e8fb35972916da89cc4e4024054 (patch)
treef9c56eb2ceb62c1b730ebda58f755c684ec01eb5
parentUse the SSO handler helpers for CAS registration/login. (#8856) (diff)
downloadsynapse-a685bbb018256e8fb35972916da89cc4e4024054.tar.xz
Add link to Synapse dev room to the relevant README section (#9002)
-rw-r--r--README.rst2
-rw-r--r--changelog.d/9002.doc1
2 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d724cf97da..31ae5cc578 100644
--- a/README.rst
+++ b/README.rst
@@ -243,6 +243,8 @@ Then update the ``users`` table in the database::
 Synapse Development
 ===================
 
+Join our developer community on Matrix: [#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org)
+
 Before setting up a development environment for synapse, make sure you have the
 system dependencies (such as the python header files) installed - see
 `Installing from source <INSTALL.md#installing-from-source>`_.
diff --git a/changelog.d/9002.doc b/changelog.d/9002.doc
new file mode 100644
index 0000000000..26928c9a93
--- /dev/null
+++ b/changelog.d/9002.doc
@@ -0,0 +1 @@
+Link the Synapse developer room to the development section in the docs.