diff options
| author | Jorge O. Castro <jorge.castro@gmail.com> | 2018-04-05 14:22:03 -0400 |
|---|---|---|
| committer | Jorge O. Castro <jorge.castro@gmail.com> | 2018-04-05 14:22:03 -0400 |
| commit | c993e57824e67f5cb24d7df7d210a1dcf59fdcfa (patch) | |
| tree | 6c3ad20924b642f234c29cbd84c10dd21c9b77c8 | |
| parent | e37d3262ccfe87c2a4614f7840a70938338dc659 (diff) | |
Add code search and contributor guide, remove reviewable
| -rw-r--r-- | contributors/guide/contributor-cheatsheet.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/contributors/guide/contributor-cheatsheet.md b/contributors/guide/contributor-cheatsheet.md index d3f9dac3..1f413fae 100644 --- a/contributors/guide/contributor-cheatsheet.md +++ b/contributors/guide/contributor-cheatsheet.md @@ -8,15 +8,20 @@ A list of common resources when contributing to Kubernetes. | [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) +## Getting Started + +- [Contributor Guide](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md) + ## 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://go.k8s.io/bot-commands) - [Release Buckets](http://gcsweb.k8s.io/gcs/kubernetes-release/) - Developer Guide - [Cherry Picking Guide](/contributors/devel/cherry-picks.md) - [Queue](http://cherrypick.k8s.io/#/queue) +- [https://k8s-code.appspot.com/](https://k8s-code.appspot.com/) - Kubernetes Code Search + ## SIGs and Working Groups |
