[doc][community] add more collaborator and modify documents (#9320)

1. Add collaborator morrySnow
2. Add document: How To Be A Committer
3. Add guidance to install clang-format 11
This commit is contained in:
Mingyu Chen
2022-05-05 20:46:03 +08:00
committed by GitHub
parent e6c3557b1b
commit cec09c18f9
9 changed files with 99 additions and 14 deletions

View File

@ -50,6 +50,10 @@ You need to download and install clang-format, or you can use the clang-format p
### Download and install clang-format
It is recommended to use NPM to install clang-format 11 (different versions of clang-format may produce different code formats, it is recommended to use version 11):
`npm install clang-format@1.4.0`
Ubuntu: `apt-get install clang-format`
The current version is 10.0, you can also specify the old version, for example: `apt-get install clang-format-9`