Add a contributor cheatsheet

This commit is contained in:
Jorge O. Castro 2017-11-01 16:16:21 -04:00
parent 987e6860e9
commit aa021a8018
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
# Kubernetes Cheat Sheet
A list of common resources when contributing to Kubernetes.
| Repo | PRs | Issues | Notes |
| ---- | --- | ------ | ----- |
| [Kubernetes](https://github.com/kubernetes/kubernetes) | [PRs](https://github.com/kubernetes/kubernetes/pulls) | [Issues](https://github.com/kubernetes/kubernetes/issues) | [Meeting Notes](http://bit.ly/kubenotes)
| [Community](https://github.com/kubernetes/community) | [PRs](https://github.com/kubernetes/community/pulls) | [Issues](https://github.com/kubernetes/community/issues) |
| [Docs](https://github.com/kubernetes/website) | [PRs](https://github.com/kubernetes/website/pulls) | [Issues](https://github.com/kubernetes/website/issues)
## Workflow
- [Gubernator Dashboard - k8s.reviews](https://k8s-gubernator.appspot.com/pr)
- [reviewable.kubernetes.io](https://reviewable.kubernetes.io/reviews#-)
- [Submit Queue](https://submit-queue.k8s.io)
- [Bot commands](https://github.com/kubernetes/test-infra/blob/master/commands.md)
- [Release Buckets](http://gcsweb.k8s.io/gcs/kubernetes-release/)
- Developer Guide
- [Cherry Picking Guide](https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md) - [Queue](http://cherrypick.k8s.io/#/queue)
## SIGs and Working Groups
- [Master SIG list](https://github.com/kubernetes/community/blob/master/sig-list.md#master-sig-list)
## Community
- [Calendar](https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com)
- [kubernetes-dev](https://groups.google.com/forum/#!forum/kubernetes-dev)
- [kubernetes-users](https://groups.google.com/forum/#!forum/kubernetes-users)
- [Slack channels](http://slack.k8s.io/)
- [StackOverflow](https://stackoverflow.com/questions/tagged/kubernetes)
- [YouTube Channel](https://www.youtube.com/c/KubernetesCommunity/)
## Tests
- [Current Test Status](https://prow.k8s.io/)
- [Aggregated Failures](https://storage.googleapis.com/k8s-gubernator/triage/index.html)
- [Test Grid](https://k8s-testgrid.appspot.com/)
## Other
- [Developer Statistics](https://devstats.k8s.io)