Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 732 Bytes

GitHub-Task

How to create your entry

Replace <NAME> with your Name in this guide.

1. Create the file YOUR-NAME

Fork this repository, create a new file and name it with your Name. It should look something like this <NAME.md>. Ex.

Akshat.md

2. Add your profile information

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

---
name: FULLNAME # No longer than 28 characters
institution: INSTITUTION-NAME 🚩 # no longer than 58 characters
year: YOUR-ACADEMIC-YEAR # 1st, 2nd, 3rd or 4th.
github_user: YOUR-GITHUB-USERNAME
phone no.: YOUR-CONTACT-NO.
---

Do not use special characters in the template above.

4. Form & Pull Request