commit
f0a833b743
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Getting Started"
|
title: "Getting Started"
|
||||||
weight: 1
|
weight: 1
|
||||||
aliases: [ "/guide" ]
|
aliases: ["/guide"]
|
||||||
description:
|
description:
|
||||||
A small list of things that you should read and be familiar with before you
|
A small list of things that you should read and be familiar with before you
|
||||||
get started with contributing. This includes such things as signing the
|
get started with contributing. This includes such things as signing the
|
||||||
|
|
@ -58,7 +58,7 @@ It is recommended that you follow these steps in order:
|
||||||
|
|
||||||
Before submitting code to Kubernetes, you should first complete the following
|
Before submitting code to Kubernetes, you should first complete the following
|
||||||
prerequisites. These steps are checked automatically by [a bot] during your
|
prerequisites. These steps are checked automatically by [a bot] during your
|
||||||
first submission. Completing these steps will make your first contribution
|
first submission. Completing these steps will make your first contribution
|
||||||
easier:
|
easier:
|
||||||
|
|
||||||
### Create a GitHub account
|
### Create a GitHub account
|
||||||
|
|
@ -90,7 +90,7 @@ community to provide a productive, friendly, and collaborative environment.
|
||||||
|
|
||||||
- Read and review the [Community Expectations] for an
|
- Read and review the [Community Expectations] for an
|
||||||
understanding of code and review expectations.
|
understanding of code and review expectations.
|
||||||
- See [Community Membership][CM] for a list the various
|
- See [Community Membership][CM] for a list of the various
|
||||||
responsibilities of contributor roles.
|
responsibilities of contributor roles.
|
||||||
- You are encouraged to move up this contributor ladder as you gain experience.
|
- You are encouraged to move up this contributor ladder as you gain experience.
|
||||||
|
|
||||||
|
|
@ -126,7 +126,7 @@ community events is available on the CNCF [Events] pages.
|
||||||
### Meetups
|
### Meetups
|
||||||
|
|
||||||
All Kubernetes meetups follow the general [Cloud Native Computing Foundation Guidelines]
|
All Kubernetes meetups follow the general [Cloud Native Computing Foundation Guidelines]
|
||||||
You may also contact CNCF Staff driving the Community Groups (previously known
|
You may also contact CNCF Staff driving the Community Groups (previously known
|
||||||
as Meetups) program by email (meetups@cncf.io)
|
as Meetups) program by email (meetups@cncf.io)
|
||||||
|
|
||||||
### Mentorship
|
### Mentorship
|
||||||
|
|
@ -141,7 +141,6 @@ do not need to interact with regularly.
|
||||||
- [OWNERS files] - The Kubernetes organizations are managed with OWNERS files,
|
- [OWNERS files] - The Kubernetes organizations are managed with OWNERS files,
|
||||||
which outline which parts of the code are owned by what groups.
|
which outline which parts of the code are owned by what groups.
|
||||||
|
|
||||||
|
|
||||||
[a bot]: https://github.com/k8s-ci-robot
|
[a bot]: https://github.com/k8s-ci-robot
|
||||||
[Contributor License Agreement]: /CLA.md
|
[Contributor License Agreement]: /CLA.md
|
||||||
[Code of Conduct]: /code-of-conduct.md
|
[Code of Conduct]: /code-of-conduct.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue