Pre-requisites
- Install Git on your computer. Instructions for installing Git on:
Instructions
-
Fork this repo and clone it to your local machine (
git clone <fork_url>
). -
Create file with your name seperated by
-
or_
in the content folder. -
Add the template given below and fill in the respective details.
--- name: "Your Name" desc: "About You/Description" web: "website" github: "GitHub username" ---
The
name
,desc
, andgithub
fields are mandatory. If you do not have a website set those fields tonone
like so:web: "none"
-
Commit your changes with a proper commit message and push your changes to fork.
-
Open a pull request against the main branch of this repo from your fork.
-
Wait for someone to review the changes. After review, the maintainer will either merge your changes or suggest changes if required.