From 42d392a164a68fc725cf9215bbd90effae9eb6d7 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Tue, 31 Mar 2020 22:11:13 +0800 Subject: [PATCH] README.md: update the section How to Contribute. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6cdf9cb..a73a572 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,11 @@ interacting with the central repo. The main point of this workflow is that you work on a branch on your local drive, push that branch to the central repo, and create a Pull Request (i.e., Pull Me Request) at GitHub for other people to review your changes. When everything is -OK, then you could merge your changes to the master branch in the +OK, then *someone* could merge your changes to the master branch in the central repo. -I believe that *code review* at the Pull Request stage is a very -important activity for effectively improving both code quality and -team quality. +I believe that *code review* at the Pull Request stage is important +for both improving code quality and improving team quality.