Hi Developers, Unfortunately this repository doesn't qualify for HactoberFest 2020. Please read more here.
This repository is made for absolute beginners who want to make their first pull request to get eligibility for HactoberFest-2020.
Fork
this repository.- Go to your forked repository (e.g.,
YOUR-USERNAME/HactoberFest-2020
) - If you don't know git CLI commands you can drag and drop your code files to your forked repo.
- Once you pushed the code create a
Pull Request
. - Your code will be merged :) Congrats! on your first contribution.
- To clone:
git clone https://github.com/YOUR-USERNAME/HactoberFest-2020.git
- Change your directory to the repo:
cd HactoberFest-2020
- Make changes or add new files
- To add:
git add .
- To commit:
git commit -m 'ADD-COMMENT'
- To push:
git push -u origin master