- ⭐ Make sure to Star this Repository
(Not the one you have forked) - ⭐ Fork this Repository
- ⭐ Clone your forked repository to your PC.
- ⭐ Create a new branch for your modifications.
- git branch new-user and check it out
git checkout new-user
or simply dogit checkout -b new-user
- git branch new-user and check it out
- ⭐ Add your code
- Add your files
git add -A
, commitgit commit -m "added myself"
and pushgit push origin new-user
- Add your files
- ⭐ Create a pull request
➡️➡️➡️ If you have done all the above Instructions, your PR will surely be accepted