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! 🚀🎉