From badf673c77da61eb88767287f51a57405708e506 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Fri, 17 Feb 2023 09:42:06 -0700 Subject: [PATCH] Add bbe@ to list of reviewers Change-Id: I7dea47e73cbfbfa48a8924f3a633215c06730b22 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/57425 Reviewed-by: Adam Langley Reviewed-by: David Benjamin Commit-Queue: Bob Beck --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e161e8e0..69dbc20d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,8 +37,8 @@ To upload a change, push it to the special `refs/for/master` target: git push origin HEAD:refs/for/master -The output will then give you a link to the change. Add `agl@google.com` and -`davidben@google.com` as reviewers. +The output will then give you a link to the change. Add `agl@google.com`, +`davidben@google.com`, and `bbe@google.com` as reviewers. Pushing a commit with the same Change-Id as an existing change will upload a new version of it. (Use the `git rebase` or `git commit --amend` commands.)