[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:
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user