Randy Fay Outlines How to Contribute to ddev.com in Latest Training
Randy Fay has published a contributor training session for the DDEV community, demonstrating the process for editing and adding content to the DDEV website.
The session explains how contributors can quickly fix content errors by clicking the pencil icon on blog posts, which opens GitHub in edit mode and allows pull requests without a local checkout. Community blog submissions are encouraged, beginning with an issue to propose the topic and followed by adapting an existing post in src/content/blog.
To be listed as an author, contributors must create a file in src/content/authors/ with name details and an optional avatar. Local previews are made possible through ddev start, and every pull request triggers automated checks using Prettier and Textlint to ensure consistency and formatting. A Cloudflare Pages preview is also generated for each submission.
The training draws from both video and presentation slides and was largely compiled by Claude Code. The full video is available on YouTube, and contributors are encouraged to refer to the DDEV Website For Contributors post for detailed guidance.


