Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 689 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 689 Bytes

Hacktoberfest@JKLU

Repository for beginners want to learn how to do first pull request.

Guide

  • Star this repository.
  • Fork this repository.
add a new file to the data folder of any format
  • Add following file in the repository.

e.g - data/your_name.py

The contents of file should be

{
    name: "Your Name"
    branch: "Your Branch"
    year: "Your current year"
    print("Print your experince of Hactoberfest event using above information in any sequece using all the above variables")
}
  • Push the changes to your repository
  • Now make a Pull Requet from your repository.

Congratulation on your first open souce contribution