- Step 0: Watch this short video tutorial to get and idea about git and github. or read FIRST-CONTRIBUTIONS
- Step 1: Fork 👨💻 the repository by clicking the top right fork button on github or the emoji in this line.
- Step 2: Add your contribution.
git clone "url you just copied"
cd first-contributions
git switch -c your-new-branch-name
git add .
git commit -m "Add your-name to Contributors list"
git push origin -u your-branch-name
Compare & pull request