diff --git a/docs/code-of-conduct.md b/docs/code-of-conduct.md index aae20a407d28ef5c1ea37c9b536e869b03aa709b..6e298ef7b35dfe871a6b8ac6de490718a3fe0ba0 100644 --- a/docs/code-of-conduct.md +++ b/docs/code-of-conduct.md @@ -2,7 +2,7 @@ KubeSphere follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). -# Best practice of committing code +# Best practices of committing code Besides following above conduct from CNCF, we also hope every contributor in this project could help us to improve the quality of code, something you should know before checking in any new code: - As gopher, make sure you already read [the conduct of Go language](https://golang.org/conduct) and [the instruction of writting Go](https://golang.org/doc/effective_go.html). - Fork the project under your account and make the changes you want there. @@ -11,4 +11,4 @@ Besides following above conduct from CNCF, we also hope every contributor in thi - Every PR should only solve one problem or provide one feature, don't put several different fixes into one PR. - At lease two code reviewers should involve into code reviewing process. - Please introduce new third-party packages as little as possible to reduce the vendor dependency of this project. For example, don't import a full unit converting package but only use one function from it. For this case, you'd better write that function by yourself. - - more. \ No newline at end of file + - more.