summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorGrant McLean <grant@mclean.net.nz>2023-05-27 05:28:04 +1200
committerGitHub <noreply@github.com>2023-05-26 12:28:04 -0500
commit179f0f851e456c8dda3c7092bcb72bd2ec5e65cc (patch)
treeed7373e6f9435bb34236f82f640960b1f1e79b9e /changelog.d
parentSet thread_id column to non-null for event_push_{actions,actions_staging,summ... (diff)
downloadsynapse-179f0f851e456c8dda3c7092bcb72bd2ec5e65cc.tar.xz
Documentation improvements to contributing guide (#15667) (#15668)
Fix #15667

 - Reiterate the importance of getting Rust installed and set up before attempting to install the Python dependencies.
 - Mention the importance of confirming that `poetry install` completed successfully and include a typical error that the user might see if it did not.
 - Expand on "Now edit homeserver.yaml" to give examples of things likely to need changing and to link to the relevant sections of the Synapse server documentation.

Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15668.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15668.doc b/changelog.d/15668.doc
new file mode 100644
index 0000000000..3526a4d50c
--- /dev/null
+++ b/changelog.d/15668.doc
@@ -0,0 +1 @@
+Improve contributor docs to make it more clear that Rust is a necessary prerequisite. Contributed by @grantm.