|
| 1 | +--- |
| 2 | +title: Contributing to llm-d |
| 3 | +description: Guidelines for contributing to the llm-d project |
| 4 | +sidebar_label: Welcome to llm-d |
| 5 | +sidebar_position: 1 |
| 6 | +--- |
| 7 | + |
| 8 | +# Getting Started in the llm-d Community |
| 9 | + |
| 10 | +**Everyone is welcome!** The llm-d community is open to all - whether you're a seasoned developer, just getting started, a researcher, student, or simply curious about LLM infrastructure. We believe diverse perspectives make our project stronger. |
| 11 | + |
| 12 | +There are several ways you can join the community effort to develop and enhance llm-d: |
| 13 | + |
| 14 | +## 🚀 Getting Started |
| 15 | + |
| 16 | +**No matter your background or experience level**, there's a place for you in our community! |
| 17 | + |
| 18 | +### Development & Collaboration |
| 19 | +- **GitHub**: [llm-d Organization](https://github.com/llm-d) - Contribute code, documentation, report issues, or simply explore our codebase |
| 20 | +- **Slack**: [llm-d Slack Workspace](https://llm-d.slack.com) - Join friendly daily conversations, ask questions, and connect with the community |
| 21 | + → [Get your invite here](https://inviter.co/llm-d-slack) *(All skill levels welcome!)* |
| 22 | + |
| 23 | +### 📅 Regular Meetings *(Open to the Public)* |
| 24 | +- **Weekly Standup**: Every Wednesday at 12:30pm ET - Join us to hear project updates, share ideas, or just listen and learn |
| 25 | + → [Add to your calendar](https://calendar.google.com/calendar/u/0?cid=NzA4ZWNlZDY0NDBjYjBkYzA3NjdlZTNhZTk2NWQ2ZTc1Y2U5NTZlMzA5MzhmYTAyZmQ3ZmU1MDJjMDBhNTRiNEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t) |
| 26 | +- **SIG Public Meetings**: Learn about project components, ask questions, and understand our architecture (see calendar below) |
| 27 | + |
| 28 | +### 📚 Resources & Documentation |
| 29 | +- **Google Groups**: [llm-d Contributors](https://groups.google.com/g/llm-d-contributors) - Architecture diagrams, project updates, and community discussions |
| 30 | +- **Google Drive**: [Public Documentation](https://drive.google.com/drive/folders/1cN2YQiAZFJD_cb1ivlyukuNwecnin6lZ) - Meeting recordings, project docs, and learning materials |
| 31 | + |
| 32 | +## 🌐 Connect With Us |
| 33 | + |
| 34 | +Follow llm-d across social platforms for updates, discussions, and community highlights: |
| 35 | + |
| 36 | +- 💼 **LinkedIn**: [@llm-d](https://linkedin.com/company/llm-d) - Professional updates and company news |
| 37 | +- 🐦 **X (Twitter)**: [@_llm_d_](https://x.com/_llm_d_) - Latest announcements and tech insights |
| 38 | +- 🤖 **Reddit**: [r/llm_d](https://www.reddit.com/r/llm_d/) - Community discussions and Q&A |
| 39 | + |
| 40 | +## 📅 Public Meeting Calendar |
| 41 | + |
| 42 | +**All meetings are open to the public!** Whether you want to actively participate, ask questions, or just observe and learn, you're invited. Stay up-to-date with all llm-d community events, SIG meetings, and contributor standups. All times are shown in Eastern Time (ET). |
| 43 | + |
| 44 | +<div style={{ |
| 45 | + marginTop: '24px', |
| 46 | + padding: '20px', |
| 47 | + backgroundColor: 'var(--ifm-background-surface-color)', |
| 48 | + borderRadius: '8px', |
| 49 | + border: '1px solid var(--ifm-color-emphasis-200)', |
| 50 | + boxShadow: '0 2px 4px rgba(0,0,0,0.1)' |
| 51 | +}}> |
| 52 | + <div style={{ |
| 53 | + display: 'flex', |
| 54 | + alignItems: 'center', |
| 55 | + gap: '8px', |
| 56 | + marginBottom: '16px', |
| 57 | + fontSize: '16px', |
| 58 | + fontWeight: '600', |
| 59 | + color: 'var(--ifm-color-primary)' |
| 60 | + }}> |
| 61 | + <span style={{fontSize: '20px'}}>🗓️</span> |
| 62 | + Upcoming Events & Meetings |
| 63 | + </div> |
| 64 | + |
| 65 | + <div style={{position: 'relative', width: '100%', height: '600px', overflow: 'hidden', borderRadius: '6px'}}> |
| 66 | + <iframe |
| 67 | + src="https://calendar.google.com/calendar/embed?height=600&wkst=2&ctz=America%2FNew_York&title=llm-d%20Public%20Meetings&showPrint=0&mode=AGENDA&showCalendars=0&showTabs=0&src=NzA4ZWNlZDY0NDBjYjBkYzA3NjdlZTNhZTk2NWQ2ZTc1Y2U5NTZlMzA5MzhmYTAyZmQ3ZmU1MDJjMDBhNTRiNEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23f09300" |
| 68 | + style={{ |
| 69 | + borderWidth: 0, |
| 70 | + width: '100%', |
| 71 | + height: '100%', |
| 72 | + minWidth: '320px' |
| 73 | + }} |
| 74 | + frameBorder="0" |
| 75 | + scrolling="no"> |
| 76 | + </iframe> |
| 77 | + </div> |
| 78 | + |
| 79 | + <div style={{ |
| 80 | + marginTop: '12px', |
| 81 | + padding: '12px', |
| 82 | + backgroundColor: 'var(--ifm-color-emphasis-100)', |
| 83 | + borderRadius: '4px', |
| 84 | + fontSize: '14px', |
| 85 | + color: 'var(--ifm-color-emphasis-700)' |
| 86 | + }}> |
| 87 | + 💡 <strong>Tip:</strong> Click on any event in the calendar above to get meeting details and join links. |
| 88 | + You can also <a href="https://calendar.google.com/calendar/u/0?cid=NzA4ZWNlZDY0NDBjYjBkYzA3NjdlZTNhZTk2NWQ2ZTc1Y2U5NTZlMzA5MzhmYTAyZmQ3ZmU1MDJjMDBhNTRiNEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t" target="_blank">add this calendar to your Google Calendar</a> to never miss an event! |
| 89 | + </div> |
| 90 | +</div> |
| 91 | + |
| 92 | +## 💬 Contact Us |
| 93 | + |
| 94 | +Need help, have questions, or want to share feedback? We're here to help! The llm-d community team is friendly and responsive - don't hesitate to reach out. |
| 95 | + |
| 96 | +- 💬 **Slack**: Join our [Slack workspace](https://llm-d.slack.com) and mention `@community-team` for quick responses |
| 97 | +- 🐛 **GitHub Issues**: [Open an issue](https://github.com/llm-d/llm-d/issues) for bug reports, feature requests, or general questions |
| 98 | +- 📧 **Mailing List**: [llm-d Contributors](https://groups.google.com/g/llm-d-contributors) for broader community discussions |
| 99 | + |
| 100 | +**We welcome all questions** - from technical implementation details to general curiosity about the project. Our community thrives on helping each other learn and grow! |
0 commit comments