Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 1.66 KB

CONTRIBUTING.md

File metadata and controls

58 lines (52 loc) · 1.66 KB

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.

You can help resolve the existing issue by commenting on the issue and we will assign the issue to you

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 issue detailing what you want
4.
Create a new branch from the issue for your modifications (git checkout -b branch-name)
5.
Now make your changes
6.
Add your files (git add .)
7.
Commit (git commit -m "relevant message")
8.
Push (git push origin branch-name)
9.
Create a pull request by click on compare and pull requests
10.
Add an appropriate title and description to your pull request explaining your changes and efforts
11.
Click on Create Pull Request

Yay! You made a PR to this repo. Wait for your submission to be accepted and your PR to be merged. You made it! 🎊

Note: Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository). git pull upstream main