Welcome to Pull-a-Thon'21, your gateway to open-source collaboration! π Join us as newcomers make their first pull requests and dive into the exciting world of open source. Let's code together and embrace the ethos of collaboration! ππ
π This initiative is created and hosted by Shreya Malogi to ensure your open source journey is as seamless as possible, so don't hesitate to dive in.
Here's a step-by-step guide to help you kickstart your journey π
-
π΄ Fork this Repository
Click the "Fork" button at the top right corner of this repository to create your personal fork.
-
π₯ Clone Your Fork
git clone https://github.com/codemacrocosm/Profile-a-Thon.git
-
π¦ Clone the Repo Locally:
This will download the repository to your local machine.
-
ποΈ Edit the Index.html File:
Locate the
index.html
file in the project folder and open it. Find the<ol>
tag and insert a<li>
tag with a link to your GitHub profile. This will be your contribution to the project. -
πΌ Commit Your Changes:
Back in your terminal/command prompt, type
git add index.html
to stage your changes. Then, commit your changes withgit commit -m "[type a message]"
. -
π Push Your Commit:
Push your changes to your forked repository with
git push origin main
. -
π Create a Pull Request: Return to the original repository (the one you forked from). Click on "New pull request" and compare the changes between forks. Confirm the pull request.
-
π You're Done!: Now, wait for it to be reviewed and merged.
If you enjoyed this repo or find them inspiring, don't forget to β the repository! Your support is appreciated.
This project is licensed under the MIT License - see the LICENSE file for details. π
MIT License
Copyright (c) 2021 CodeMacrocosm
A big thanks to all the creative minds who have contributed.
Now, let the creation begin! π¨
Happy coding! ππ