Skip to content

Latest commit

Β 

History

History
42 lines (30 loc) Β· 1.1 KB

File metadata and controls

42 lines (30 loc) Β· 1.1 KB

Welcome contributors! πŸ˜„

The following are the instructions for adding your projects to this repo.

Repo structure

Your directory should have the following structure:

./<github_username>
β”‚   
β”œβ”€β”€β”€`README.md`
|
β”œβ”€β”€β”€week1
β”‚     β”œβ”€β”€β”€<project_name>
β”‚                β”œβ”€β”€β”€<files>
β”œβ”€β”€β”€week2
β”œβ”€β”€β”€week3
β”œβ”€β”€β”€week4
└───week5

Please do not change code in other's folders.

Your README.md file should have the following structure:

# <github_username>'s Submission

![DP](https://media-exp1.licdn.com/dms/image/C4D03AQERYhQsxSjVdw/profile-displayphoto-shrink_400_400/0?e=1599696000&v=beta&t=Um5jzStkSnHEbh79ZW-ljpr5BWwFUeawAGVrzz7XrFU)

- Name: Anushka Bhagchandani
- Email: anushka2001feb@gmail.com
- GitHub: https://github.com/anushka-2001
- LinkedIn: https://www.linkedin.com/in/anushka-bhagchandani-07659618b/

Eg: anushka-2001's test repo.

How to create a Pull Request