Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ossamamehmood committed Oct 4, 2022
1 parent f546d69 commit 057cd15
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,32 @@

# How to make your first Pull Request

Replace `shakti1590` with your GitHub username in this guide.
Replace `<YOUR-USERNAME>` with your GitHub username in this guide.

## 1. Add your profile picture to the folder

Add a picture picture of your choice in `static/images/shakti1590`. Accepted files are **png** and **jpg**, should be squared and minimum size 544x544 pixels. Ex.
Add a picture picture of your choice in `static/images/`. Accepted files are **png** and **jpg**, should be squared and minimum size 544x544 pixels. Ex.

```
static/images/shakti1590.png
static/images/<YOUR-USERNAME>.png
```


## 2. Add your profile information

Create a markdown file in your folder following the convention `content/participant/shakti1590.md`. Ex.
Create a markdown file in your folder following the convention `content/participant/<YOUR-USERNAME>.md`. Ex.

```
content/participant/shakti1590.md
content/participant/<YOUR-USERNAME>.md
```

Copy the next template into your file, delete the boilerplate data and fill the information with yours.

```
---
name: shakti singh
institution/company: MJP Rohilkhand University
github:shakti1590
name: YOURNAME
institution/company: INSTITUTION_NAME
github:USERNAME
---
```

Expand Down

0 comments on commit 057cd15

Please sign in to comment.