From d07f6856fecde7d0e397d8dc614c697d24dd2d40 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Thu, 5 Jan 2023 18:18:54 +0000 Subject: deploy: 4eb2f4e02b83c90519a8a55c562d1fafab7caf0b --- develop/development/contributing_guide.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'develop/development') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 1560d03e9f..d1e3e72804 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -215,8 +215,8 @@ Synapse developers. regarding Synapse's Admin API, which is used mostly by sysadmins and external service developers.

Synapse's code style is documented here. Please follow -it, including the conventions for the sample configuration -file.

+it, including the conventions for configuration +options and documentation.

We welcome improvements and additions to our documentation itself! When writing new pages, please build docs to a book @@ -230,7 +230,7 @@ or maturin develop (if installed) to rebuild the Rust code. Using < is quicker than poetry install, so is recommended when making frequent changes to the Rust code.

8. Test, test, test!

-

+

While you're developing and before submitting a patch, you'll want to test your code.

Run the linters.

@@ -437,8 +437,7 @@ chicken-and-egg problem.

  1. Open the PR without a changelog file, see what number you got, and then -add the changelog file to your branch (see Updating your pull -request), or:

    +add the changelog file to your branch, or:

  2. Look at the list of all -- cgit 1.4.1