Add simplified Chinese translation (#1)

This commit is contained in:
Jimmy Song
2019-09-28 21:31:16 +08:00
committed by Ta-Ching Chen
parent 58cbf89be3
commit 6f755adb6e
28 changed files with 623 additions and 1209 deletions

View File

@@ -0,0 +1,10 @@
# CL 开发者指南
本节页面的内容为开发人员进行代码审查的最佳实践。这些指南可帮助您更快地完成审核并获得更高质量的结果。您不必全部阅读它们,但它们适用于每个 Google 开发人员,并且许阅读全文通常会很有帮助。
- [写好 CL 描述](cl-descriptions.md)
- [小型 CL](small-cls.md)
- [如何处理审查者的评论](handling-comments.md)
另请参阅[如何执行代码审查](../reviewer/),它为代码审阅者提供了详细的指导。