Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 783 Bytes

contribution.md

File metadata and controls

52 lines (31 loc) · 783 Bytes

Read this

We always appreciate contribution!

If you like this repository, then please starred this repo and never forget to follow me.

Steps to contribute

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.