Note
This is a temporary repo for agentic work. The bugs are intentional and meant for agents to work on.
Please no bug-fix contributions, thanks!
Welcome! This repository contains a simple task management application with intentionally planted bugs for you to find and report.
A simple Task Manager web application that allows users to:
- Create, view, edit, and delete tasks
- Mark tasks as complete
- Filter tasks by status
- Search for tasks
- Sort tasks by different criteria
-
Clone and Setup
git clone <your-repo-url> cd repo-with-bugs npm install
-
Run the Application
npm start
Then open http://localhost:3000 in your browser
-
Find Bugs
- Test all features thoroughly
- Try edge cases and unusual inputs
- Check for UI/UX issues
- Look for performance problems
- Test error handling
-
Report Bugs
- Use the GitHub Issues tab
- Use the bug report template provided
- Include clear reproduction steps
- Add screenshots/videos if possible
- Label bugs by severity
- 🎨 UI/UX Issues: Layout problems, styling bugs, responsiveness
- ⚡ Functional Bugs: Features not working as expected
- 🔒 Security Issues: Input validation, XSS, etc.
- 🐌 Performance: Slow operations, memory leaks
- 📱 Compatibility: Browser-specific issues
- ♿ Accessibility: Keyboard navigation, screen reader support
- Critical Bug (app crashes/data loss): 10 points
- Major Bug (feature broken): 5 points
- Minor Bug (cosmetic/small issue): 2 points
- Enhancement Suggestion: 1 point
- One bug per issue report
- Check if bug is already reported before creating new issue
- Provide clear, reproducible steps
- Be respectful and constructive
- Have fun! 🎉
- Start Date: [To be announced]
- End Date: [To be announced]
- Duration: [X days/hours]
- 🥇 Most bugs found
- 🥈 Best bug report quality
- 🥉 Most critical bug found
Contact the bug bash coordinator or ask in the team channel.
Happy bug hunting! 🔍