Skip to content

theniteshdev/--practice-challenge-buggy-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Buggy Repo Challenge – Contribution Guide

Welcome to the Buggy Repo Challenge πŸ‘¨β€πŸ’»πŸ”₯ This repository contains 7+ intentionally added bugs for you to find, fix, and improve!


🎯 Objective

  • Identify bugs πŸ›
  • Fix them properly βœ…
  • Improve code quality ✨
  • Submit a Pull Request πŸš€

πŸ› οΈ How to Contribute

1. Fork the Repository

Click the Fork button on the top right.


2. Clone Your Fork

git clone https://github.com/your-username/repo-name.git
cd repo-name

3. Create a New Branch

git checkout -b fix/bug-name

4. Find & Fix Bugs

  • Read the code carefully 🧠
  • Debug step by step πŸ”
  • Fix the issue properly (not just quick hacks)

5. Test Your Changes

Make sure:

  • The bug is fixed βœ”οΈ
  • No new bugs are introduced ❌
  • Code still runs smoothly βš™οΈ

6. Commit Your Changes

git add .
git commit -m "Fixed: [Short description of bug]"

7. Push to GitHub

git push origin fix/bug-name

8. Create a Pull Request

  • Go to your fork on GitHub

  • Click Compare & Pull Request

  • Describe:

    • What bug you fixed
    • How you fixed it
    • Any improvements you made

🧠 Contribution Rules

  • ❌ No random fixes without understanding
  • βœ… Write clean, readable code
  • βœ… Add comments if needed
  • βœ… One bug per PR (recommended)
  • βœ… Be respectful and collaborative

πŸ’‘ Bonus Points

You can also:

  • Improve code structure πŸ“¦
  • Optimize performance ⚑
  • Add better error handling πŸ›‘οΈ
  • Suggest new features πŸ’‘

🏁 Goal

This challenge is designed to:

  • Improve your debugging skills
  • Strengthen your problem-solving ability
  • Help you think like a real developer πŸ‘¨β€πŸ’»

Happy Coding! πŸš€πŸ”₯

About

Welcome to the Buggy Repo Challenge πŸ”₯ This repository contains 7+ intentionally added bugs for you to find, fix, and improve!

Topics

Resources

Stars

Watchers

Forks

Contributors