社区贡献
1. 提交PR
https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md
2. 常用命令
3. 贡献状态
从stackalytics.com可以看到各公司/个人对kubernetes的贡献,比如:Tencent为https://www.stackalytics.com/cncf?module=kubernetes&company=tencent。
4. 怎么做code review
Go Code Review Comments: https://github.com/golang/go/wiki/CodeReviewComments
Google Engineering Practices: https://google.github.io/eng-practices/
On Collaborative Development: https://github.com/kubernetes/community/blob/master/contributors/guide/collab.md
Community Expectations: https://github.com/kubernetes/community/blob/master/contributors/guide/community-expectations.md
5. 参考资料
feisky写的社区贡献指南: https://kubernetes.feisky.xyz/she-qu-gong-xian/contribute
Last updated