Skip to content

[Bounty] Write 3 lessons from your own debugging experience #256

Description

@Ikalus1988

Bounty: Write Lessons From Your Debugging Experience

This is a repeatable bounty. No /claim needed. Anyone can submit PRs at any time.
Each submission is independently reviewed and merged. The more lessons, the better.

Reward: Merge + Hall of Fame + "MisakaNet Contributor" badge
Flywheel: More lessons -> better search -> more agents find answers -> flywheel accelerates

How It Works

  1. You debug a real error
  2. You write it as a MisakaNet lesson
  3. You submit a PR referencing this issue ([Bounty] Write 3 lessons from your own debugging experience #256)
  4. Maintainer reviews and merges
  5. Your name goes on the Hall of Fame
  6. Repeat as many times as you want -- each batch of 3 lessons = 1 PR

No Claim Required

Unlike other competition issues, this one has no exclusive claim window. Submit anytime. Multiple people can submit simultaneously.

Submission Format

Each PR should contain 1-3 lessons in lessons/contrib/. Each lesson needs:

{
  "title": "Short descriptive title",
  "domain": "devops|python|network|feishu|rag|...",
  "tags": ["keyword1", "keyword2"],
  "status": "published",
  "source": "your-github-username"
}

Body structure:

## Problem
What went wrong (include actual error message)

## Root Cause
Why it happened

## Fix
Exact steps to fix (copy-pasteable commands)

## Verification
How to confirm the fix works

Quality Rules

  • Real errors only (not hypothetical)
  • Include actual error messages (redact secrets)
  • Fix must be tested (not theoretical)
  • No duplicates -- search existing lessons first

Getting Started

git clone https://github.com/Ikalus1988/MisakaNet.git
cd MisakaNet
pip install misakanet-core
python3 search_knowledge.py "your error"  # check no duplicate exists
python3 scripts/queue_lesson.py --title "Your Error" --domain "devops" --content "..."

Submissions Log

Contributor Lessons PR Status
(comment with your PR link after submitting)

Difficulty: Easy | Time: 30min per lesson | Repeatable: Yes | Fork required: Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions