Skip to content

iamkrvikash/conference-talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👍 This is Awesome! How Can I Contribute?

Don't know how to start of open source and Contribute to our Open Source Project ? Welcome to the world of hacking!

The steps to follow to contribute to any projects:

  1. Fork the Project
  2. Clone the repo
 git clone https://github.com/your_username/conference-talks.git
  1. Create a New Branch for your contribution
git checkout -b branch-name
  1. Commit your Changes
git commit -m "Your Commit Message"
  1. Push to the Branch
git push origin branch-name
  1. Open a Pull Request

Folks who joined the party