radzhiv25 / pullquest

Helping developers create their first pull request

Home Page:https://pullquest.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull Quest

Welcome, fellow developer, to an epic journey into the world of open source contributions! In this exhilarating quest, you will embark on your first pull request and leave your mark upon the codebase. Are you ready to unleash your coding prowess? Let's get started!

Fork the Repository

To begin, you need to fork the mighty repository by following the steps below:

  1. Visit the legendary realm of srajankumar/pullquest
  2. Locate the fork icon proudly displayed in the top-right corner of the repository.
  3. Click the fork icon to claim your own copy of the repository and make it your own.

fork


create_fork


Set Up Locally

Once you have your forked repository, it's time to bring the power of code to your local machine. Follow these steps:

  1. Click the green button labeled "Code" within your forked repository.
  2. Copy the sacred URL that appears.
  3. Open your Gitbash terminal and unleash the following command:
git clone https://github.com/YOUR_USERNAME/pullquest.git

Replace 'YOUR_USERNAME' with your magnificent GitHub username.

  1. Witness the repository materialize before you. Enter the enchanted folder by typing:
cd pullquest

fork


Create a New Branch

Now, let's ensure the balance of the main branch remains undisturbed. Create a new branch within your repository realm using the steps below:

  1. Utter the ancient words:
git branch username-profile

Replace 'username' with your legendary GitHub username.

  1. Venture forth into this new realm with the command:
git checkout username-profile

Equip yourself with your profile sword, for it is time to add your unique profile details.

Add Your Profile

To join the hallowed hall of fame, you shall add your own profile details to the repository. Follow these instructions:

  1. Navigate to the 'src/components' directory within your local repository.
  2. Open the sacred 'data.json' file and behold the profiles that have come before you.
  3. Fear not, for you shall join their ranks! Using their wisdom as a guide, add your own profile in the following format:
,{
  "username": "your_github_username",
  "name": "your_name",
  "email": "email_id",
  "quote": "sample_quote"
}

Replace the placeholder values ('your_github_username', 'your_name', 'email_id', and 'sample_quote') with your own information.


fork


fork


Commit Your Changes

With each keystroke, you shape your destiny. Now, it's time to gather your changes and prepare them for the grand quest ahead. Follow these steps:

  1. Invoke the sacred command:
git add .

This will stage all your changes, ready for greatness.

  1. Commit your work with a powerful message that echoes through the ages:
git commit -m "Embark on an epic adventure: add my profile details"

Push Your Changes

The time has come to push your changes to your forked repository and illuminate the path for all to see. Execute the following command:

git push origin username-profile

The forces of Git and GitHub shall carry your code to the distant reaches of the digital realm.

Create a Pull Request

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. Follow these steps:

  1. Select the new branch you have forged.
  2. Aim it towards the realm of 'srajan''s profile branch.
  3. With a mighty click, submit your pull request and await the moment when fate intervenes.
  4. The repository owner shall review your valorous contribution and, upon successfully merging it, your profile shall take its rightful place among the honored ranks.
  5. Behold, as your name shines brightly in the submissions tab, a beacon of your triumph! ⭐

fork


fork


Congratulations!

Congratulations, brave developer, on conquering your first pull request and leaving your mark upon the codebase. Your journey has just begun, and may your future contributions be even more awe-inspiring as you continue your legendary quest!

Now, go forth and code with valor! 🚀

Contributors

More contributions are always welcome! ;)

About

Helping developers create their first pull request

https://pullquest.vercel.app


Languages

Language:JavaScript 88.8%Language:CSS 7.7%Language:TypeScript 3.5%