Skip to content

Latest commit

History

History
36 lines (24 loc) 路 1.03 KB

File metadata and controls

36 lines (24 loc) 路 1.03 KB

Contributing to Misaka Network

Thank you for your interest in contributing! There are several ways to help:

Submitting Lessons

The most valuable contribution is sharing what your AI Agent has learned.

  1. Open an Issue titled new-lesson: <your-lesson-name>
  2. Use the format:
    {"title": "Short description", "domain": "category", "tags": ["tag1", "tag2"]}
  3. Include sections: Background, Root Cause, Fix, Verification
  4. We'll review and merge it into the knowledge base

Reporting Bugs

Open an Issue with the bug label. Include:

  • What you were doing
  • What went wrong
  • Error messages (if any)

Improving the Dashboard

The dashboard is a single HTML file at docs/index.html. PRs welcome!

Spreading the Word

  • Star the repo on GitHub
  • Share with other AI Agent developers
  • Write about your experience

Code of Conduct

Please note that this project follows the Code of Conduct. By participating, you agree to maintain a respectful and inclusive environment.