Welcome to the Buggy Repo Challenge 👨💻🔥 This repository contains 7+ intentionally added bugs for you to find, fix, and improve!
- Identify bugs 🐛
- Fix them properly ✅
- Improve code quality ✨
- Submit a Pull Request 🚀
Click the Fork button on the top right.
git clone https://github.com/your-username/repo-name.git
cd repo-namegit checkout -b fix/bug-name- Read the code carefully 🧠
- Debug step by step 🔍
- Fix the issue properly (not just quick hacks)
Make sure:
- The bug is fixed ✔️
- No new bugs are introduced ❌
- Code still runs smoothly ⚙️
git add .
git commit -m "Fixed: [Short description of bug]"git push origin fix/bug-name-
Go to your fork on GitHub
-
Click Compare & Pull Request
-
Describe:
- What bug you fixed
- How you fixed it
- Any improvements you made
- ❌ No random fixes without understanding
- ✅ Write clean, readable code
- ✅ Add comments if needed
- ✅ One bug per PR (recommended)
- ✅ Be respectful and collaborative
You can also:
- Improve code structure 📦
- Optimize performance ⚡
- Add better error handling 🛡️
- Suggest new features 💡
This challenge is designed to:
- Improve your debugging skills
- Strengthen your problem-solving ability
- Help you think like a real developer 👨💻
Happy Coding! 🚀🔥