You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributors/guide/contributor-cheatsheet/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ better.
53
53
54
54
### Getting Started
55
55
56
+
-[Contributor Course] - **NEW** - The E-Learning for Contributors course for Kubernetes!
56
57
-[Contributor Guide] - Guide on how to begin contributing to Kubernetes
57
58
Project.
58
59
-[Developer Guide] - Guide to contributing code directly to the Kubernetes
@@ -376,6 +377,7 @@ git push --force
376
377
377
378
**Note**: you can also ask your reviewer to add the `tide/merge-method-squash` label to your PR (this can be done by a reviewer by issuing the command: `/label tide/merge-method-squash`), this will let the bot take care of squashing _all_ commits that are part of this PR and will not result in removal of the `LGTM` label (if already applied) or re-run of the CI tests.
0 commit comments