Skip to content

AdityaSingh1531/AdiFirstForkHALLOFPRs

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

378 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Hall of PRs

Your first PR is not code. It’s confidence.

This is a beginner-friendly open source project designed to help students make their first-ever Pull Request in just a few minutes.

✨ Contribute β†’ See your name live on a website β†’ Share your achievement


🌐 Live Website

πŸ‘‰ View PR Celebration Wall https://parulprashar.github.io/Hall-of-PRs/


🎯 What is this?

This project is a sandbox for beginners where you can:

  • Make your first Pull Request
  • Learn how GitHub actually works
  • See your name live on a real website
  • Share your achievement on LinkedIn πŸš€

🧠 Why this matters

Most students:

  • Learn Git theoretically ❌
  • But never actually use it ❌

This project helps you:

Turn knowledge into action.


⚑ How to Contribute (Step-by-Step)

1. Fork this repository

Click the Fork button (top right)


2. Clone your fork

git clone https://github.com/YOUR-USERNAME/REPO-NAME.git

3. Open in VS Code

cd REPO-NAME

4. Add your card

Go to the file index.html)

Copy this template:

   <div class="card">
            <div class="badge">
                <div class="medal"><span class="number">1</span></div>
                <p class="badge-text">FIRST PR</p>
            </div>

            <h2 class="name">YOUR NAME</h2>
            <p class="bio">YOUR BIO (refer: bio.txt for more options, keep it to 12 words for best design)</p>
            <p class="credit">#FirstPR with Parul Prashar</p>
            <button class="celebrate-btn" onclick="showPopup()">
              Celebrate πŸŽ‰
            </button>
    </div>

πŸ‘‰ Paste it at the correct place and replace:

  • Your Name
  • Your one-liner (you may refer to file ChooseYourBio.txt)

5. Commit your changes

git add .
git commit -m "Added my first PR πŸŽ‰"
git push origin main

6. Create Pull Request

  • Go to your fork on GitHub
  • Click Compare & Pull Request
  • Add a small message
  • Submit πŸš€

🧩 Important Notes

  • Keep your bio short (10–12 words)
  • Do not modify other people’s cards
  • Don’t worry about merge conflicts β€” I’ll handle them

πŸŽ‰ After Your PR Gets Merged

Once your PR is accepted:

πŸ‘‰ Do this:

  1. Take a screenshot of:

    • Your name on the website
    • Your GitHub contribution graph
  2. Post on LinkedIn:

πŸš€ I just made my FIRST Open Source Contribution!

From understanding GitHub to creating my first Pull Request β€” this feels unreal 🀯

βœ… My name is now LIVE on a real website
βœ… My GitHub graph just turned GREEN
βœ… And this is just the beginning!

Huge thanks to @Parul Prashar for making this beginner-friendly πŸš€

If you're starting out, THIS is your sign to begin.

πŸ”— Check it out: https://parulprashar.github.io/Hall-of-PRs/
πŸŽ₯ Tutorial I followed: https://www.youtube.com/watch?v=DPShl8GWqS8

#FirstPR #OpenSource #GitHub #LearningInPublic
  1. Tag me and add:
  • This repository link
  • The video you followed

πŸ‘©β€πŸ’» About Me

Hi, I’m Parul Prashar πŸ‘‹

I’m helping college students:

  • Learn real-world tech skills
  • Participate in open source
  • Build strong developer profiles

πŸ”— Connect With Me


🌱 Vision

To help 10,000+ students make their first contribution and start their open-source journey.


⭐ Support

If this helped you:

  • Star this repository ⭐
  • Share it with your friends
  • Tag me when you post πŸš€

Built with ❀️ to help beginners take their first step into open source

About

Make your first Pull Request in minutes πŸš€ | Add your name to a live website & start your open source journey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 89.4%
  • CSS 8.6%
  • JavaScript 2.0%