aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBob Beck <bbe@google.com>2023-02-17 09:42:06 -0700
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-17 18:59:37 +0000
commitbadf673c77da61eb88767287f51a57405708e506 (patch)
tree0710abe81267b85b51871460b1ea8a43b6e54b92 /CONTRIBUTING.md
parentbab2f96e2637acb107fe9b099c58befbca918748 (diff)
downloadboringssl-badf673c77da61eb88767287f51a57405708e506.zip
boringssl-badf673c77da61eb88767287f51a57405708e506.tar.gz
boringssl-badf673c77da61eb88767287f51a57405708e506.tar.bz2
Add bbe@ to list of reviewers
Change-Id: I7dea47e73cbfbfa48a8924f3a633215c06730b22 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/57425 Reviewed-by: Adam Langley <agl@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Bob Beck <bbe@google.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5e161e8..69dbc20 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.)