about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-07-17T23·00+0000
committerqyliss <hi@alyssa.is>2020-07-17T23·47+0000
commit0b01c409516b5efb81ba97d927066fdc3cdf995a (patch)
tree06320bb8e97891b9a128901096fc41c0b800e0fb /docs
parent4dd236be53536e851d2dcb7fab205e999970517f (diff)
docs(REVIEWS): mention adding SSH keys to Gerrit r/1367
Change-Id: I75ecc0c9209b80ab3ae692013f4b075764e13218
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1262
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'docs')
-rw-r--r--docs/REVIEWS.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/REVIEWS.md b/docs/REVIEWS.md
index d9e283e312..cb6d328458 100644
--- a/docs/REVIEWS.md
+++ b/docs/REVIEWS.md
@@ -27,8 +27,10 @@ Gerrit uses the concept of change IDs to track commits across rebases and other
 operations that might change their hashes, and link them to unique changes in
 Gerrit.
 
-To make this process smooth for users, the repository should be cloned and a
-commit hook should be installed as follows:
+First, [tell Gerrit][Gerrit SSH] about your SSH keys.
+
+Then, to make using Gerrit smooth for users, the repository should be cloned and
+a commit hook should be installed as follows:
 
 ```
 git clone "ssh://$USER@code.tvl.fyi:29418/depot"
@@ -130,6 +132,7 @@ Create an appropriate commit locally and send it us using either of these option
 
 The email address is a [public group][].
 
+[Gerrit SSH]: https://cl.tvl.fyi/settings/#SSHKeys
 [Gerrit walkthrough]: https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough.html
 [OWNERS]: https://cl.tvl.fyi/plugins/owners/Documentation/config.md
 [guidelines]: ./CONTRIBUTING.md#commit-messages