From c6a4898ac5ccac9d31802a53d2de16174b021eab Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 26 Aug 2019 17:45:01 +0200 Subject: [PATCH] Add "Participate in Reviews" section --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c4db6710341..7011359cd654 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,6 +97,13 @@ If asked to make corrections, simply push the changes against the same branch, a pull request will be updated. In other words, you do not need to create a new pull request when asked to make changes. +#### Participate in Reviews + +Helping to review pull requests is another great way to contribute. Your feedback +can help to shape the implementation of new features. When reviewing pull requests, +however, please refrain from approving or rejecting a PR unless you are a core +committer for the Spring Framework. + ### Build from Source See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source)