Skip to content

Commit bb01908

Browse files
committed
updated readme
added the missing letter
1 parent 7ed545c commit bb01908

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

contributors/guide/README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Getting Started"
33
weight: 1
4-
aliases: [ "/guide" ]
4+
aliases: ["/guide"]
55
description:
66
A small list of things that you should read and be familiar with before you
77
get started with contributing. This includes such things as signing the
@@ -46,7 +46,7 @@ is welcome!
4646
Welcome to Kubernetes! This guide is broken up into the following sections.
4747
It is recommended that you follow these steps in order:
4848

49-
- [Welcome](#welcome) - this page
49+
- [Welcome](#welcome) - this page
5050
- [Prerequisites](#prerequisites) - tasks you need to complete before
5151
you can start contributing to Kubernetes
5252
- [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:
5858

5959
Before submitting code to Kubernetes, you should first complete the following
6060
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:
6363

6464
### Create a GitHub account
6565

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.
6767

6868
### Sign the CLA
6969

7070
Before you can contribute to Kubernetes, you will need to sign the
71-
[Contributor License Agreement].
71+
[Contributor License Agreement].
7272

7373
### Code of Conduct
7474

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
7676
[Community Values]
7777

7878
### Setting up your development environment
@@ -88,15 +88,15 @@ for how to set up your environment.
8888
Kubernetes is a community project. Consequently, it is wholly dependent on its
8989
community to provide a productive, friendly, and collaborative environment.
9090

91-
- Read and review the [Community Expectations] for an
91+
- Read and review the [Community Expectations] for an
9292
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.
9595
- You are encouraged to move up this contributor ladder as you gain experience.
9696

9797
## Kubernetes Contributor Playground
9898

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
100100
the pull request and issue review process in Kubernetes, then the
101101
[Kubernetes Contributor Playground] is the right place for you.
102102

@@ -126,7 +126,7 @@ community events is available on the CNCF [Events] pages.
126126
### Meetups
127127

128128
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
130130
as Meetups) program by email ([email protected])
131131

132132
### Mentorship
@@ -141,7 +141,6 @@ do not need to interact with regularly.
141141
- [OWNERS files] - The Kubernetes organizations are managed with OWNERS files,
142142
which outline which parts of the code are owned by what groups.
143143

144-
145144
[a bot]: https://github.com/k8s-ci-robot
146145
[Contributor License Agreement]: /CLA.md
147146
[Code of Conduct]: /code-of-conduct.md

0 commit comments

Comments
 (0)