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! ππ₯