OS

Open Source Bug Fix Arena

Developer workflow arena for real GitHub issues

HomeChallengesLeaderboardDashboard
Live discovery, scoring, and submission tracking

Arena Foundation

Open Source Bug Fix Arena turns live GitHub issues into structured starter challenges, then layers in engagement, scoring, sync, and submission workflows without losing the clarity of the original issue.

Explore

ChallengesLeaderboardDashboard

Runtime

The app prefers persisted GitHub-backed challenge data and falls back to seeded mock challenges when the external feed is unavailable.

OS

Open Source Bug Fix Arena

Developer workflow arena for real GitHub issues

HomeChallengesLeaderboardDashboard
Live discovery, scoring, and submission tracking

MVP foundation for contributor workflows

GitHub LiveBeginner-friendly issue discoveryServer-rendered challenge briefings

Turn real open source issues into focused bug-fix challenges.

Open Source Bug Fix Arena helps developers discover beginner-friendly GitHub issues, inspect the context, and draft a practical fix workflow before opening a pull request.

Browse ChallengesOpen Dashboard

Challenge feed

GitHub Live

Primary labels

good first issue + help wanted

Core flow

Inspect -> plan -> submit

arena.config.ts

challenge = {
  source: "github",
  labels: ["good first issue", "help wanted"],
  workflow: [
    "review issue context",
    "trace likely fix path",
    "draft validation steps",
  ],
  future: ["patch submission", "test runner"],
};

MVP principle

Keep the foundation server-rendered, typed, and mock-friendly while the GitHub and database layers mature.

Next milestone

Add structured workflow submissions and validation hooks without introducing a full in-browser IDE.

Repositories seeded

8

Curated starter catalog

Open challenges

8

Ready for exploration

Tracked engagement states

13

Saved, started, and completed

Points in play

860

Manual completion points for now

Featured Challenges

Starter issues that feel real, not toy examples.

The catalog prefers public issues tagged for newcomers. When a GitHub token is absent, the app falls back to a seeded mock set so the MVP stays usable.

View All
GitHub LiveJavaScriptAdvanced
updated today

Maddoxx88/skimmr

Move scorer to a Web Worker

**Problem**

#6

170 reward + 40 completion

Open source repository

help wantedperformance

Estimated

120 min

Stars

0

Reward

210 pts

Repository context

Maddoxx88/skimmr

210 pts total available

Open Challenge
GitHub LiveRustIntermediate
updated today

Gerharddc/litterbox

Automated testing

To better support extensive refactoring and large feature additions, we desperately need to invest in proper automated testing. The reason this has been avoided thus far is because this is because it is rather complex to set up in the case of Litterbox. There are two major challenges:

#64

120 reward + 30 completion

Somewhat Isolated Development Environments

enhancementhelp wanted

Estimated

90 min

Stars

66

Reward

150 pts

Repository context

Gerharddc/litterbox

150 pts total available

Open Challenge
GitHub LiveTypeScriptIntermediate
updated today

kubestellar/console

🌱 Add unit tests for Compliance Trestle (OSCAL) card

## User Request

#3327

120 reward + 30 completion

World's first fully integrated and fully Automated Kubernetes management and orchestration solution

bughelp wantedkind/bugneeds-triage+2 more

Estimated

90 min

Stars

37

Reward

150 pts

Repository context

kubestellar/console

150 pts total available

Open Challenge
GitHub LiveJavaScriptIntermediate
updated today

remittor/zapret-openwrt

[HELP] Не ставятся любые APK запрета

### 📝 Описание проблемы

#754

120 reward + 30 completion

OpenWrt packages of https://github.com/bol-van/zapret

help wanted

Estimated

90 min

Stars

1.1K

Reward

150 pts

Repository context

remittor/zapret-openwrt

150 pts total available

Open Challenge

1. Discover

Browse issues by contributor-friendly labels.

Surface issues tagged with signals like good first issue and help wanted, then wrap them in a consistent arena format.

2. Plan

Turn the issue into a practical fix workflow.

Capture scope, validation steps, risk notes, and likely files so contributors can move with more confidence.

3. Grow

Add scoring and review loops incrementally.

The MVP keeps the scoring, review, and collaboration model simple so deeper features can land without a rewrite.

Arena Foundation

Open Source Bug Fix Arena turns live GitHub issues into structured starter challenges, then layers in engagement, scoring, sync, and submission workflows without losing the clarity of the original issue.

Explore

ChallengesLeaderboardDashboard

Runtime

The app prefers persisted GitHub-backed challenge data and falls back to seeded mock challenges when the external feed is unavailable.