From 4aa5a3b2f3bf633e44b934b4b7e989402b3c59de Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Mon, 8 Apr 2024 22:01:50 +0200 Subject: [PATCH] Add note about dependencies to the README's contributing section. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index defe1c44..6f7245c0 100644 --- a/README.md +++ b/README.md @@ -147,14 +147,16 @@ Ropey is licensed under the MIT license (LICENSE.md or http://opensource.org/lic ## Contributing -Contributions are absolutely welcome! However, please open an issue or email -me to discuss larger changes, to avoid doing a lot of work that may get -rejected. +Contributions are absolutely welcome! However, please open an issue to discuss +larger changes, to avoid doing a lot of work that may get rejected. Also note +that PRs that add dependencies are very likely to be rejected (Ropey aims to +have minimal dependencies). An overview of Ropey's design can be found [here](https://github.com/cessen/ropey/blob/master/design/design.md). -Unless you explicitly state otherwise, any contribution intentionally -submitted for inclusion in Ropey by you will be licensed as above, without any additional terms or conditions. +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in Ropey by you will be licensed as above, without any additional +terms or conditions. [crates-io-badge]: https://img.shields.io/crates/v/ropey.svg [crates-io-url]: https://crates.io/crates/ropey