about summary refs log tree commit diff
path: root/docs/CONTRIBUTING.md
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-06-17T02·23+0100
committertazjin <mail@tazj.in>2020-06-17T02·47+0000
commitb27239b60a5babcdb71999e9c6a5da68231549a8 (patch)
tree1626e862cdcb7b635d9f8e89ce6957be9d721b7c /docs/CONTRIBUTING.md
parent5e5e02d6a715042c69812d26357b956d7f53f1af (diff)
docs(REVIEWS): Add documentation for code reviews in Gerrit r/1006
Adds a document with information about the review process, how to get
an account, how to submit patches via email and so on.

Change-Id: I7c266e063ef53ab6aa79dd2582bc0e4fa8dcf5c0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/446
Reviewed-by: riking <rikingcoding@gmail.com>
Diffstat (limited to 'docs/CONTRIBUTING.md')
-rw-r--r--docs/CONTRIBUTING.md15
1 files changed, 4 insertions, 11 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index 61c485ca5f..7f2c661a5b 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -10,6 +10,7 @@ Contribution Guidelines
     - [Commit content](#commit-content)
     - [Code quality](#code-quality)
     - [Builds & tests](#builds--tests)
+    - [Submitting changes](#submitting-changes)
 
 <!-- markdown-toc end -->
 
@@ -110,17 +111,9 @@ change.
 
 ## Submitting changes
 
-Development is primarily tracked at [cl.tvl.fyi](https://cl.tvl.fyi) using
-Gerrit. If you have an account, use the standard Gerrit workflows to submit a
-change.
-
-If you do not have an account, you can alternatively submit a patch
-via email. Create an appropriate commit locally and send it to
-`depot@tazj.in` using either `git send-email` or `git format-patch`.
-The email address is a [public group][].
-
-Patches submitted via email will be added to Gerrit by a contributor.
+The code review & change submission process is described in the [code
+review][] documentation.
 
 [magit]: https://magit.vc/
 [Nix]: https://nixos.org/nix/
-[public group]: https://groups.google.com/a/tazj.in/forum/?hl=en#!forum/depot
+[code review]: ./REVIEWS.md