### CONTRIBUTING # Contributing to Dynamo Thank you for your interest in contributing to Dynamo! For the full contribution guide — including how to get started, build from source, submit PRs, and what to expect during review — see: **[Contribution Guide](https://docs.nvidia.com/dynamo/getting-started/contribution-guide)** (docs site) Or view the source: [`docs/contribution-guide.md`](docs/fern/pages/community/contributing/overview.md) ## Quick Links - [Good first issues](https://github.com/ai-dynamo/dynamo/labels/good-first-issue) - [Help wanted](https://github.com/ai-dynamo/dynamo/labels/help-wanted) - [Open a bug report](https://github.com/ai-dynamo/dynamo/issues/new?template=bug_report.yml) - [Propose a feature](https://github.com/ai-dynamo/dynamo/issues/new?template=feature_request.yml) - [Design Proposals](https://github.com/ai-dynamo/dynamo/issues?q=is%3Aissue+label%3A%22dep%3Adraft%22%2C%22dep%3Aproposed%22%2C%22dep%3Aapproved%22%2C%22dep%3Aimplementing%22%2C%22dep%3Acompleted%22%2C%22dep%3Adeferred%22%2C%22dep%3Asuperseeded%22) - [GitHub Discussions](https://github.com/ai-dynamo/dynamo/discussions) - [Slack](https://ai-dynamo.org/slack) - [Office Hours](https://www.youtube.com/playlist?list=PL5B692fm6--tgryKu94h2Zb7jTFM3Go4X) - [Community Meetings](https://docs.google.com/document/d/1uR8xD_hlYGwV6QspvSc36k1H-wo1BUcVmFbHH9xlXd8/view) ([Youtube](https://www.youtube.com/@ai-dynamo-community)) -- Weekly (Wed 10:30 AM PT) development community meetings - [Dynamo Day Recordings](https://nvevents.nvidia.com/dynamoday) Dynamo requires all contributions to be signed off with the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). This certifies that you have the right to submit your contribution under the project's [Apache 2.0 license](https://github.com/ai-dynamo/dynamo/blob/main/LICENSE). By contributing, you agree that your contributions will be licensed under the [Apache 2.0 License](https://github.com/ai-dynamo/dynamo/blob/main/LICENSE). ---