From 6ea55459eb2028c15ed3870545c1fa41480f9847 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 5 May 2021 17:30:17 +0200 Subject: [PATCH] Move general Ruma room link to the others in CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc0ca2fc..68456cad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,8 @@ Here is a list of helpful resources you can consult: ## Chat Rooms -- Ruma Developer Matrix room: [#ruma-dev:matrix.org](https://matrix.to/#/#ruma-dev:matrix.org) +- Ruma Matrix room: [#ruma:matrix.org](https://matrix.to/#/#ruma:matrix.org) +- Ruma Development Matrix room: [#ruma-dev:matrix.org](https://matrix.to/#/#ruma-dev:matrix.org) - Matrix Developer room: [#matrix-dev:matrix.org](https://matrix.to/#/#matrix-dev:matrix.org) # Reporting Issues @@ -273,8 +274,3 @@ at one of the [open issues][] we've marked for new contributors. # Testing Before committing, run `cargo check` to make sure that your changes can build, as well as running the formatting and linting tools [mentioned above](#code-formatting-and-linting). - -# Contact - -Thanks again for being a contributor! If you have any questions, join us at -[#ruma:matrix.org](https://matrix.to/#/#ruma:matrix.org).