From e8006f3c74a52d6e2feba51ab48bea9ea5116f9b Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Fri, 8 Aug 2014 19:36:32 -0400 Subject: [PATCH] Make small doc contributions less onerous/intimidating --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e85d3f013d3..0fc2d1b0948 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,8 @@ please do two things: 2. Run the full Rust test suite with the `make check` command. You're not off the hook even if you just stick to documentation; code - examples in the docs are tested as well! + examples in the docs are tested as well! Although for simple + wording or grammar fixes, this is probably unnecessary. Pull requests will be treated as "review requests", and we will give feedback we expect to see corrected on