Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 526 Bytes

Readme.md

File metadata and controls

23 lines (20 loc) · 526 Bytes

Hacktober Fest Celebration @ JKLU

Guide

  • Fork this repository.
  • Clone this reository to your local system by following command.
git clone your_repo_url
  • Add following file in the repository.

data/your_name.json

The contents of file should be

{
    "name" : "your_name",
    "branch" : "your branch",
    "year" : "year",
}
  • Push the changes to your repository
  • Now make a Pull Request from your repository.

Congratulation on your first open souce contribution