To appear on the leaderboard, you MUST add the contributor tag to your project's README.md file.
# My Todo App
**Contributor:** john-doe
## Description
A simple todo application built with React.
## Tech Stack
- React
- CSS
- JavaScript
## How to Run
1. Clone the repository
2. Run `npm install`
3. Run `npm start`# Weather API
**Contributor:** jane-smith
## Description
A REST API that provides weather information.
## Tech Stack
- Python
- Flask
- SQLite
## Installation
```bash
pip install -r requirements.txt
python app.py```
# E-Commerce Platform
**Contributor:** dev-master123
## Description
A complete e-commerce platform with user authentication and payment integration.
## Features
- User Authentication
- Product Catalog
- Shopping Cart
- Payment Gateway
## Tech Stack
- Frontend: React, Redux
- Backend: Node.js, Express
- Database: MongoDB
## Setup
See INSTALLATION.md for details.# My Project
**Contributor:** YourUsernameProblem: "YourUsername" is a placeholder, not your actual GitHub username!
# My Project
## Description
This is my awesome project.Problem: No contributor tag at all - you won't appear on the leaderboard!
# My Project
Contributor: john-doeProblem: Missing the bold markdown (**). While this might work, use the correct format to be safe.
# My Project
## Description
This is my project.
## Features
- Feature 1
- Feature 2
**Contributor:** john-doeProblem: Contributor tag should be at the START of your README, right after the title!
# [Your Project Title]
**Contributor:** your-actual-github-username
## Description
[Rest of your README content...]Before submitting your PR, verify:
- ✅ Added
**Contributor:** usernameline - ✅ Used my actual GitHub username (not "YourUsername" or placeholder)
- ✅ Placed it at the start of the README, right after the title
- ✅ Used correct format with double asterisks (
**) - ✅ My username matches my GitHub profile exactly (case-sensitive!)
Add the contributor tag in YOUR PROJECT'S README.md file:
Domains/
└── [YourDomain]/
└── MiniProjects/
└── YourProjectName/
└── README.md 👈 Add your contributor tag HERE!
Example Path:
Domains/Frontend/MiniProjects/TodoApp/README.md
NOT in the main repository README.md!
After adding your contributor tag, you can test locally:
cd ProjectHive
node scripts/testLeaderboard.jsThis will scan all files and show if your username was detected correctly.
If you've added the contributor tag but still don't appear on the leaderboard:
- Check your username spelling - It must match your GitHub profile exactly
- Check the format - Use
**Contributor:** username(with double asterisks) - Wait 2-3 minutes after PR merge - The automation takes a moment to run
- Check Actions tab - Look for any errors in the workflow
- Ask for help - Open an issue or discussion
- LEADERBOARD_GUIDE.md - Complete guide on how the leaderboard works
- CONTRIBUTING.md - Full contribution guidelines
- QUICK_START.md - Quick 5-minute start guide
Remember: No contributor tag = No leaderboard recognition!