From 3a7ba63d31958cd1decf1c5e677cd20e27cb7e30 Mon Sep 17 00:00:00 2001 From: "Michael R. Bock" Date: Thu, 23 Jul 2020 14:39:03 -0700 Subject: [PATCH] Update to include pull request as synonym for CL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d1944f2..90d05c37 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ we clarify here for external readers: * **CL**: Stands for "changelist," which means one self-contained change that has been submitted to version control or which is undergoing code review. - Other organizations often call this a "change" or a "patch." + Other organizations often call this a "change", "patch", or a "pull request (PR)". * **LGTM**: Means "Looks Good to Me." It is what a code reviewer says when approving a CL.