Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 619 Bytes

Contributing.md

File metadata and controls

16 lines (12 loc) · 619 Bytes

How do I contribute?

Make sure that you have read the Issues.md file, and an issue has been allotted to you. Now, you can move on to the next step and finally start contributing.

Git Commands for a Simple Workflow

The following steps are enough for creating a pull request.

  • Create a Fork of this repository.
  • Clone your Fork
  • Modify the Code Add the changed files to the staging area with the command Once you are satisfied with the added files, you can then commit them to your local repository
  • Push your Changes
  • Create a Pull Request
  • Wait for the pull request to get approved