Skip to content

Commit

Permalink
Merge pull request #7378 from haripriya9647/miss-word
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
k8s-ci-robot committed Jul 28, 2023
2 parents 39cae63 + bb01908 commit f0a833b
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions contributors/guide/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Getting Started"
weight: 1
aliases: [ "/guide" ]
aliases: ["/guide"]
description:
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
Expand Down Expand Up @@ -46,7 +46,7 @@ is welcome!
Welcome to Kubernetes! This guide is broken up into the following sections.
It is recommended that you follow these steps in order:

- [Welcome](#welcome) - this page
- [Welcome](#welcome) - this page
- [Prerequisites](#prerequisites) - tasks you need to complete before
you can start contributing to Kubernetes
- [Your First Contribution](./first-contribution.md) - things you'll need to know
Expand All @@ -58,21 +58,21 @@ It is recommended that you follow these steps in order:

Before submitting code to Kubernetes, you should first complete the following
prerequisites. These steps are checked automatically by [a bot] during your
first submission. Completing these steps will make your first contribution
easier:
first submission. Completing these steps will make your first contribution
easier:

### Create a GitHub account

Before you get started, you will need to [sign up](http://github.com/signup) for a GitHub user account.
Before you get started, you will need to [sign up](http://github.com/signup) for a GitHub user account.

### Sign the CLA

Before you can contribute to Kubernetes, you will need to sign the
[Contributor License Agreement].
[Contributor License Agreement].

### Code of Conduct

Please make sure to read and observe the [Code of Conduct] and
Please make sure to read and observe the [Code of Conduct] and
[Community Values]

### Setting up your development environment
Expand All @@ -88,15 +88,15 @@ for how to set up your environment.
Kubernetes is a community project. Consequently, it is wholly dependent on its
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.
- See [Community Membership][CM] for a list the various
responsibilities of contributor roles.
- See [Community Membership][CM] for a list of the various
responsibilities of contributor roles.
- You are encouraged to move up this contributor ladder as you gain experience.

## Kubernetes Contributor Playground

If you are looking for a safe place, where you can familiarize yourself with
If you are looking for a safe place, where you can familiarize yourself with
the pull request and issue review process in Kubernetes, then the
[Kubernetes Contributor Playground] is the right place for you.

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

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)

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


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

0 comments on commit f0a833b

Please sign in to comment.