We always appreciate contribution!
If you like this repository, then please starred this repo and never forget to follow me.
Please make a good contribution so that your PR will merge successfully.
Create a new folder or go to the folder where you want to clone the project.
Cloning the project
git clone <https link>
Then cd to the folder and make a new branch
git branch <branch name>
Switch to the new branch
git checkout <branch name>
Add the changes
git add .
Make the commit for the changes
git commit -m "<Commit message>"
Push changes to your repo
git push -u origin <branch_name>
Then open github and click Create pull request.