From 61214ee283297851ac28e377522b528a0e5a8f79 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Mon, 12 Dec 2022 14:55:23 +0100 Subject: [PATCH] Update code-review-guidelines.md Removing this whitespace might make the final page look cleaner (Not as much whitespace between terminology and process) --- docs/developers/geth-developer/code-review-guidelines.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/developers/geth-developer/code-review-guidelines.md b/docs/developers/geth-developer/code-review-guidelines.md index 91ad66c1d1..2fa8e1cb77 100644 --- a/docs/developers/geth-developer/code-review-guidelines.md +++ b/docs/developers/geth-developer/code-review-guidelines.md @@ -8,7 +8,6 @@ The only way to get code into Geth is to submit a pull request (PR). Those pull ## Terminology {#terminology} - The **author** of a pull request is the entity who wrote the diff and submitted it to GitHub. - - The **team** consists of people with commit rights on the go-ethereum repository. - The **reviewer** is the person assigned to review the diff. The reviewer must be a team member. - The **code owner** is the person responsible for the subsystem being modified by the PR.