feat(docs): update Governance related documentation

1. Clarify the responsibilities of the TSC, maintainers, and committers.
	2. Fix the issue in security reporting as incorrect email address for reporting vulnerabilities.
	3. Clarify the governace of SIGs
	4. Add a link to the governance section in README.md for emphasis.

Signed-off-by: chihe <chihe@oppo.com>
This commit is contained in:
chihe 2024-10-30 10:53:09 +08:00 committed by AmazingChi
parent cf07bf261d
commit 60dbc1ac30
2 changed files with 58 additions and 52 deletions

View File

@ -1,8 +1,8 @@
# Technical Steering Committee(TSC)
| Name | Email | Organization |
|------------------------------------------------------------------------|-----------------------------------------------------------------|--------------|
| Haifeng Liu ([@bladehliu](https://github.com/bladehliu)) | [bladehliu@gmail.com](mailto:bladehliu@gmail.com) | [Individual] |
| ---------------------------------------------------------- | --------------------------------------------------------------- | ------------ |
| Haifeng Liu ([@bladehliu](https://github.com/bladehliu)) | [bladehliu@qq.com](mailto:bladehliu@gmail.com) | [Individual] |
| Weilong Guo ([@awzhgw](https://github.com/awzhgw)) | [guowl18702995996@gmail.com](mailto:guowl18702995996@gmail.com) | [JD.com] |
| Xiaochun He ([@xiaochunhe](https://github.com/xiaochunhe)) | [626148589@qq.com](mailto:626148589@qq.com) | [OPPO] |
| Mofei Zhang ([@mervinkid](https://github.com/mervinkid)) | [mofei2816@gmail.com](mailto:mofei2816@gmail.com) | [JD.com] |
@ -11,8 +11,8 @@
# Maintainers
| Name | Email | Organization |
|------------------------------------------------------------------------|-----------------------------------------------------------------|--------------|
| Haifeng Liu ([@bladehliu](https://github.com/bladehliu)) | [bladehliu@gmail.com](mailto:bladehliu@gmail.com) | [Individual] |
| ---------------------------------------------------------------- | --------------------------------------------------------------- | ------------ |
| Haifeng Liu ([@bladehliu](https://github.com/bladehliu)) | [bladehliu@qq.com](mailto:bladehliu@gmail.com) | [Individual] |
| Weilong Guo ([@awzhgw](https://github.com/awzhgw)) | [guowl18702995996@gmail.com](mailto:guowl18702995996@gmail.com) | [JD.com] |
| Shuoran Liu ([@shuoranliu](https://github.com/shuoranliu)) | [shuoranliu@gmail.com](mailto:shuoranliu@gmail.com) | [BEIKE] |
| Xiaochun He ([@xiaochunhe](https://github.com/xiaochunhe)) | [626148589@qq.com](mailto:626148589@qq.com) | [OPPO] |
@ -30,7 +30,7 @@
# Committers
| Name | Email | Organization |
|---------------------------------------------------------------------------------|------------------------------------------------------------------|--------------|
| ------------------------------------------------------------------------------ | --------------------------------------------------------------- | ---------------------------------------------- |
| Hongyan Wang ([@jadewang198510](https://github.com/jadewang198510)) | [741773046@qq.com](mailto:741773046@qq.com) | [OPPO] |
| Chi He ([bboyCH4](https://github.com/bboyCH4)) | [hechi1014@126.com](mailto:hechi1014@126.com) | [OPPO] |
| Jianxing Zhao ([@znlstar](https://github.com/znlstar)) | [znlstar@163.com](mailto:znlstar@163.com) | [JD.com] |

6
OWNERS.md Normal file
View File

@ -0,0 +1,6 @@
code approvers:
- maintainers
code reviewers:
- contributors && maintainers
docs:
- sig-docs