GitHub Issues Guide
GitHub Issues track three types of contributions: case studies, features, and bugs.
Issues Page: github.com/massgen/MassGen/issues
Issue Types
1. Case Study Issues
Document real-world usage of MassGen.
Create issue: github.com/massgen/MassGen/issues/new
Labels to use:
research- For research-oriented case studiesenhancement- For case studies that suggest improvementsself-improvement- If tied to self-improvement goal
What to include:
- Prompt - The task/prompt to test
- Config file - Which agents, hyperparameters
- Cmd - Command to run
- Current behavior - What happens now
- Expected behavior - What should happen
- How this ties to goals - Connection to self-improvement
See Case Studies Guide for detailed workflow.
2. Feature Issues
Propose new features (usually from research meetings).
Create issue: github.com/massgen/MassGen/issues/new
Labels to use:
feature- For new feature requestsenhancement- For improvements to existing features- Additional domain labels:
memory,filesystem,interoperability,self-improvement
3. Bug Issues
Report problems that need fixing.
Create issue: github.com/massgen/MassGen/issues/new
Label: bug
What to include:
- Steps to reproduce
- Expected vs actual behavior
- Environment (Python version, OS, MassGen version)
- Error messages
- Configuration file (remove API keys)
Browse Issues
Main page: github.com/massgen/MassGen/issues
Filter by label:
bug- Something isn’t workingfeature- Feature requestsenhancement- New feature or requestdocumentation- Improvements or additions to documentationresearch- Research-oriented tasksmemory- Memory functionalityfilesystem- File system relatedinteroperability- Integration with other agent frameworksself-improvement- Internal improvements
Search examples:
is:issue label:bug is:open
is:issue label:feature
is:issue label:research
is:issue "memory system"
Claim an Issue
- Find an open, unassigned issue
- Comment: “I would like to work on this”
- Wait for assignment
- Once assigned, create your branch and start work
Do not start before assignment.
Contact
Danrui
- Discord: danrui2020
Jeffrey
- Discord: jeffreycho
Nick Crispino
- Discord: nickcrispino