docs(REVIEWS): Add documentation for code reviews in Gerrit

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>
This commit is contained in:
Vincent Ambo 2020-06-17 03:23:37 +01:00 committed by tazjin
parent 5e5e02d6a7
commit b27239b60a
2 changed files with 133 additions and 11 deletions

View file

@ -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