img
Hey there, fellow developer!
Are you ready to embark on an epic journey with your first pull request? Let's dive right into the action and make some magic happen! 🔥✨
To begin, we need to fork the mighty repository 📂. Head over to the legendary realm of
and behold the fork icon proudly displayed in the top-right corner. With a single click, claim your own copy of the repository and make it your own.
Now, let's bring the power of code to your local machine. Behold the green button labeled "Code"! Click it and copy the sacred URL it reveals. In your Gitbash terminal, unleash the command:
Replace 'YOUR_USERNAME' with your magnificent GitHub username. Watch as the repository materializes before you. Enter the enchanted folder by typing:
But wait! We must tread carefully and avoid disrupting the balance of the main branch. To do so, let's create a new branch, a realm of your own within the repository. Speak the ancient words:
Replace 'username' with your legendary GitHub username. Now, venture forth into this new realm with the command:
With your profile sword in hand, let's add your unique profile details to the hallowed hall of fame! Seek out the src/components directory within your downloaded repository. Open the sacred data.json file and behold the profiles that have come before you. Fear not, for you shall join their ranks! Using their wisdom as a guide, add your own profile in the following format:
Feel the thrill of shaping your destiny with each keystroke. Save the file, for your journey is not yet complete.
Now, it's time to gather your changes and prepare them for the grand quest ahead. Invoke the sacred command:
Every change, every line of code, is now staged and ready for greatness. Commit your work with a powerful message that echoes through the ages:
The time has come to push your changes to your forked repository, illuminating the path for all to see. Unleash the command:
The forces of Git and GitHub shall carry your code to the distant reaches of the digital realm.
Now, brave warrior, open your web browser and gaze upon your forked copy in your GitHub dominion. A new chapter unfolds before you as you create a pull request, a gateway between realms. Select the 'new branch' you have forged and aim it towards the realm of srajan's profile branch.
With a mighty click, submit your pull request and await the moment when fate intervenes. The repository owner shall review your valorous contribution and, upon merging it successfully, your profile shall take its rightful place among the honored ranks. Behold, as your name shines brightly in the submissions tab, a beacon of your triumph! ⭐
Congratulations, brave developer, on conquering your first pull request and leaving your mark upon the codebase. May your future contributions be even more awe-inspiring as you continue your legendary journey!
Made on Earth with 💜