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

Latest commit

 

History

History
42 lines (35 loc) · 961 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (35 loc) · 961 Bytes

How to contribute to this repo ❓

Before you start making contribution make these things clear

  1. Dont make spam PR's like just add dots (.) in the file.
  2. Make sure you add some value to the repository.

Contribution Instructions

1.
Fork this Repository using the button at the top
2.
Clone your forked repository to your pc ( git clone "url from clone option.")
3.
Create a new branch for your modifications (git checkout -b branch-name)
4. Now make your changes
Add your files (git add .)
6.
commit (git commit -m "message")
7.
push (git push origin branch-name)
8.
Create a pull request with label

Yay! You made contribution to this repo