diff options
| -rw-r--r-- | contributors/guide/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md index c3156c5d..3d92f04d 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -15,6 +15,7 @@ description: - [Welcome](#welcome) - [Contributor Guide](#contributor-guide) - [Prerequisites](#prerequisites) + - [Create a GitHub account](#create-a-github-account) - [Sign the CLA](#sign-the-cla) - [Code of Conduct](#code-of-conduct) - [Setting up your development environment](#setting-up-your-development-environment) @@ -60,6 +61,10 @@ prerequisites. These steps are checked automatically by [a bot] during your first submission. Completing these steps will make your first contribution easier: +### Create a GitHub account + +Before you get started, you will need to [signup](http://github.com/signup) for a GitHub user account. + ### Sign the CLA Before you can contribute to Kubernetes, you will need to sign the |
