diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-07-06 07:30:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 07:30:58 -0400 |
commit | dcc7873700da4a818e84c44c6190525d39a854cb (patch) | |
tree | 852ab308625e07c32a1b17a7c365f47c868a1c37 /docs/SUMMARY.md | |
parent | Fix bug where we failed to delete old push actions (#13194) (diff) | |
download | synapse-dcc7873700da4a818e84c44c6190525d39a854cb.tar.xz |
Add information on how the Synapse team does reviews. (#13132)
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 3978f96fc3..8d6030e34a 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -81,6 +81,7 @@ # Development - [Contributing Guide](development/contributing_guide.md) - [Code Style](code_style.md) + - [Reviewing Code](development/reviews.md) - [Release Cycle](development/releases.md) - [Git Usage](development/git.md) - [Testing]() |