Follow these steps accordingly to contribute to Hacktoberfest to earn swags and learn something about the open source contribution.
Create a account on Github https://github.com
Register yourself for Hactoberfest. https://hacktoberfest.digitalocean.com/sign_up/register
This is the link of the repository that you guys will be contributing to. https://github.com/creative-computing-society/creative-computing-society.github.io
Fork this repository on your profile
Open Terminal and type in these commands cd Desktop git clone (and paste the url which you obtained from clicking on "Clone or download" option) cd creative-computing-society.github.io
Create a new branch in the cloned repository and name it on your name git checkout -b [name_of_your_new_branch]
Add the html tag on the table accordingly Put your name in tag Put your personal message in next (No explicit messages allowed) Put the address of your github link in and your username before
Then git add .(There is a space between the add and the dot after it) git commit -m “first commit” git push --set-upstream origin [name_of_your_new_branch] Then, type your github username and password
Now open the repository which you forked in your account and click on the Compare and Pull Request Then click on the Create Pull Request