##How you can contribute:
#Code:
--> GO to ISSUES tab and contribute in any previously created issue or create a new issue.
#Non-code
--> You can work toward making the readme and introduction better in the repository. You can also add more data to the website or correct incorrect data.
#Please star the repository if you think it is beginner friendly.
- Note : Create issue first or Work on created issue
- Fork this repository
- Run
git clone <your repo url goes here>
- CD into your cloned repo
- Run
git checkout -b [your branch name goes here]
to create your new branch - Make your edits and save
- Run
git add .
- Run
git commit -m "Commit message goes here"
- Finally, run
git push origin [your branch name goes here]
- Star this repo
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your new PR to be reviewed and merged!
After you have contributed, I will add your name in the people who contributed here.