Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 747 Bytes

Contributing.md

File metadata and controls

31 lines (23 loc) · 747 Bytes

Contributing

  1. Fork the repository and clone it into your local machine.

    git clone https:/github.com/<username>/<repository>.git
  1. Create a branch in your local machine.

    git checkout -b [branch name]
  1. Setup your Project using the Readme, Make Changes and Tests Then

  git add .
  1. Commit and Push your program to your branch.

    git commit -m "<Add your Commit Message here>"
    git push origin [branch name]
  1. Create a Pull request.

Get to your repository and click on the green button that says Compare and Pull. Then open the Pull request and wait for it to get reviewed.

Congratulations you have successfully created your first pull request.