Merge contributing notes into toplevel README.md

This commit is contained in:
Jonas Platte 2020-07-22 23:05:33 +02:00
parent 4238c91e24
commit 851560314c
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 4 additions and 7 deletions

View File

@ -2,6 +2,10 @@
*Monorepo for our various Rust + Matrix crates.* *Monorepo for our various Rust + Matrix crates.*
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Minimum Rust version ## Minimum Rust version
Ruma currently requires Rust 1.43.0. In general, we will never require beta or Ruma currently requires Rust 1.43.0. In general, we will never require beta or

View File

@ -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. **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. These types can be shared by client and server code.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).

View File

@ -6,9 +6,6 @@ These types can be shared by client and server code.
## Documentation ## Documentation
[https://docs.rs/ruma-federation-api](https://docs.rs/ruma-federation-api) [https://docs.rs/ruma-federation-api](https://docs.rs/ruma-federation-api)
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
## License ## License
[MIT](http://opensource.org/licenses/MIT) [MIT](http://opensource.org/licenses/MIT)