Skip to content

Commit 7b60899

Browse files
authored
Merge pull request #7202 from chadmcrowell/add-contrib-course
added contributor course link to helpful resources
2 parents fcc2348 + 9ed5e88 commit 7b60899

File tree

1 file changed

+2
-0
lines changed
  • contributors/guide/contributor-cheatsheet

1 file changed

+2
-0
lines changed

contributors/guide/contributor-cheatsheet/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ better.
5353

5454
### Getting Started
5555

56+
- [Contributor Course] - **NEW** - The E-Learning for Contributors course for Kubernetes!
5657
- [Contributor Guide] - Guide on how to begin contributing to Kubernetes
5758
Project.
5859
- [Developer Guide] - Guide to contributing code directly to the Kubernetes
@@ -376,6 +377,7 @@ git push --force
376377

377378
**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.
378379

380+
[contributor course]: https://www.kubernetes.dev/docs/onboarding
379381
[contributor guide]: /contributors/guide/README.md
380382
[developer guide]: /contributors/devel/README.md
381383
[gubernator dashboard]: https://gubernator.k8s.io/pr

0 commit comments

Comments
 (0)