[skip ci]Fix CONTRIBUTING.md format (#7917)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/7918/head
zwd1208 2021-09-14 18:47:48 +08:00 committed by GitHub
parent e01b2b316f
commit 8cf70e4b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ $ git commit -s -m 'This is my commit message'
Keeping a consistent style for code, code comments, commit messages, and PR descriptions will greatly accelerate your PR review process. We highly recommend you refer to and comply to the following style guides when you put together your pull requests:
###GO
### GO
- Coding style: refer to the [Effictive Go Style Guide](https://golang.org/doc/effective_go)
###C++