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