diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-06-11 12:04:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-13 22:16:58 +0200 |
commit | 350a99b21f8c89db2d027d9a5c83ed5df72d65ea (patch) | |
tree | 99a1e7046b1ea493bf881234d03a53d51363f6fe /docs/Makefile.am | |
parent | b88bdedf9c20793ee553612c897156f2f9a31dc7 (diff) | |
download | curl-350a99b21f8c89db2d027d9a5c83ed5df72d65ea.tar.gz |
CODE_REVIEW.md: how to do code reviews in curl
Assisted-by: Daniel Gustafsson
Assisted-by: Rich Salz
Assisted-by: Hugo van Kemenade
Assisted-by: James Fuller
Assisted-by: Marc Hörsken
Assisted-by: Jay Satiro
Closes #5555
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 35a35945f..59ade4a87 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -50,6 +50,7 @@ EXTRA_DIST = \ CIPHERS.md \ CMakeLists.txt \ CODE_OF_CONDUCT.md \ + CODE_REVIEW.md \ CODE_STYLE.md \ CONTRIBUTE.md \ CURL-DISABLE.md \ |