1
1
---
2
2
title : " Getting Started"
3
3
weight : 1
4
- aliases : [ "/guide" ]
4
+ aliases : ["/guide"]
5
5
description :
6
6
A small list of things that you should read and be familiar with before you
7
7
get started with contributing. This includes such things as signing the
@@ -46,7 +46,7 @@ is welcome!
46
46
Welcome to Kubernetes! This guide is broken up into the following sections.
47
47
It is recommended that you follow these steps in order:
48
48
49
- - [ Welcome] ( #welcome ) - this page
49
+ - [ Welcome] ( #welcome ) - this page
50
50
- [ Prerequisites] ( #prerequisites ) - tasks you need to complete before
51
51
you can start contributing to Kubernetes
52
52
- [ Your First Contribution] ( ./first-contribution.md ) - things you'll need to know
@@ -58,21 +58,21 @@ It is recommended that you follow these steps in order:
58
58
59
59
Before submitting code to Kubernetes, you should first complete the following
60
60
prerequisites. These steps are checked automatically by [ a bot] during your
61
- first submission. Completing these steps will make your first contribution
62
- easier:
61
+ first submission. Completing these steps will make your first contribution
62
+ easier:
63
63
64
64
### Create a GitHub account
65
65
66
- Before you get started, you will need to [ sign up] ( http://github.com/signup ) for a GitHub user account.
66
+ Before you get started, you will need to [ sign up] ( http://github.com/signup ) for a GitHub user account.
67
67
68
68
### Sign the CLA
69
69
70
70
Before you can contribute to Kubernetes, you will need to sign the
71
- [ Contributor License Agreement] .
71
+ [ Contributor License Agreement] .
72
72
73
73
### Code of Conduct
74
74
75
- Please make sure to read and observe the [ Code of Conduct] and
75
+ Please make sure to read and observe the [ Code of Conduct] and
76
76
[ Community Values]
77
77
78
78
### Setting up your development environment
@@ -88,15 +88,15 @@ for how to set up your environment.
88
88
Kubernetes is a community project. Consequently, it is wholly dependent on its
89
89
community to provide a productive, friendly, and collaborative environment.
90
90
91
- - Read and review the [ Community Expectations] for an
91
+ - Read and review the [ Community Expectations] for an
92
92
understanding of code and review expectations.
93
- - See [ Community Membership] [ CM ] for a list the various
94
- responsibilities of contributor roles.
93
+ - See [ Community Membership] [ CM ] for a list of the various
94
+ responsibilities of contributor roles.
95
95
- You are encouraged to move up this contributor ladder as you gain experience.
96
96
97
97
## Kubernetes Contributor Playground
98
98
99
- If you are looking for a safe place, where you can familiarize yourself with
99
+ If you are looking for a safe place, where you can familiarize yourself with
100
100
the pull request and issue review process in Kubernetes, then the
101
101
[ Kubernetes Contributor Playground] is the right place for you.
102
102
@@ -126,7 +126,7 @@ community events is available on the CNCF [Events] pages.
126
126
### Meetups
127
127
128
128
All Kubernetes meetups follow the general [ Cloud Native Computing Foundation Guidelines]
129
- You may also contact CNCF Staff driving the Community Groups (previously known
129
+ You may also contact CNCF Staff driving the Community Groups (previously known
130
130
as Meetups) program by email (
[email protected] )
131
131
132
132
### Mentorship
@@ -141,7 +141,6 @@ do not need to interact with regularly.
141
141
- [ OWNERS files] - The Kubernetes organizations are managed with OWNERS files,
142
142
which outline which parts of the code are owned by what groups.
143
143
144
-
145
144
[ a bot ] : https://github.com/k8s-ci-robot
146
145
[ Contributor License Agreement ] : /CLA.md
147
146
[ Code of Conduct ] : /code-of-conduct.md
0 commit comments