# How to Add a README file to your GitHub Profile

GitHub recently introduced a special feature for developers, that allows you to showcase yourself by pinning a `README.md` containing information about you, your work, portfolio, and anything else on your GitHub profile.

Here are some of my favorites:

![Jason's GitHub.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1594275726875/mR2D0-XUr.png)

![Prosper's GitHub.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1594284277681/UcyCBJhu7.png)

![Cassidy's GitHub.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1594275804931/gjnaiNY4q.png)

In this article, I'll show you how to create a new GitHub repository and pin your special README file to your profile. That's it 🌚

## Prerequisites

- A GitHub account
- Basic markdown knowledge
- Smile dear friend :)

## STEP ONE

- Create a new [✨special✨ repository](https://github.com/new) with your username. The special repository is case sensitive, ensure to use the same case as your account's username.

![GitHub screenshot.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1594277554831/g90tgFMHm.png)

- Click on the checkbox: **Initialize this repository with a README**. This will create a `README.md` file inside your **<Username>/<Username>** repository.

![Screenshot 2020-07-09 at 7.58.56 AM.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1594277960735/ckdAt2xy0.png)

## STEP TWO

> A README file contains information about other files in a directory or archive of computer software. A form of documentation, it is usually a simple plain text file called `READ.ME`, `README.TXT`, `README.md`, `README.1ST` – or simply README. The file's name is generally written in uppercase letters. ~ [Wikepedia](https://en.wikipedia.org/wiki/README)

Now you have the `README.md` file in your *✨special✨ repository*, that's all you need. Edit the file as you deem fit (add images, text, tables, lists, embeds and anything else markdown supports). The README file will automatically appear on your public GitHub profile!

![GitHub screenshot.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1594278115318/8hu4yN9mQ.png)

You also get a free template out of the box, cool right?

![GitHub screenshot.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1594278175857/jatORpexT.png)

Here's my own finished profile page from the [special repository](https://github.com/BolajiAyodeji/BolajiAyodeji):

![My GitHub Profile.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1594284314953/e3DjMMFt_.png)

## Conclusion

The special repository is a great way to showcase and summarize yourself and work for potential opportunities and engagements. Get creative and showcase everything about yourself to your friends and GitHub stalkers.

Got your special repository live now? Drop a link to your GitHub account in the comments and let's see how amazing yours look. ✌🏾🙂
