From 851560314c7d76f25205d37692e6ca298eb8e1d4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 22 Jul 2020 23:05:33 +0200 Subject: [PATCH] Merge contributing notes into toplevel README.md --- README.md | 4 ++++ ruma-client-api/README.md | 4 ---- ruma-federation-api/README.md | 3 --- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 99fa8a7d..a2fb3284 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ *Monorepo for our various Rust + Matrix crates.* +## Contributing + +See [CONTRIBUTING.md](CONTRIBUTING.md). + ## Minimum Rust version Ruma currently requires Rust 1.43.0. In general, we will never require beta or diff --git a/ruma-client-api/README.md b/ruma-client-api/README.md index 6fd8c984..33e67061 100644 --- a/ruma-client-api/README.md +++ b/ruma-client-api/README.md @@ -7,7 +7,3 @@ **ruma-client-api** contains serializable types for the requests and responses for each endpoint in the [Matrix](https://matrix.org/) client API specification. These types can be shared by client and server code. - -## Contributing - -See [CONTRIBUTING.md](CONTRIBUTING.md). diff --git a/ruma-federation-api/README.md b/ruma-federation-api/README.md index e044c401..97faa283 100644 --- a/ruma-federation-api/README.md +++ b/ruma-federation-api/README.md @@ -6,9 +6,6 @@ These types can be shared by client and server code. ## Documentation [https://docs.rs/ruma-federation-api](https://docs.rs/ruma-federation-api) -## Contributing -See [CONTRIBUTING.md](CONTRIBUTING.md). - ## License [MIT](http://opensource.org/licenses/MIT)