Welcome To HacktoberFest 2022 we heartily welcome you do contribute in my project.
HOW TO CONTRIBUTE
- Create Fork
- A clone will created
- Copy the url
- Open cmd or terminal
- write code there (git clone "paste url")
- Go to the folder and do some changes in it.
- Create new branch (git branch file-name) and check status (git checkout file-name)
- now write these code : git status git add . git commit -m "changes" git push origin file-name
- Goto your github profile now compare and pull request.
Hurray you did it