Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1018 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 1018 Bytes

👍 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