// open source · PRs welcome

Contribute

The site is open source. Guest posts, event proposals, and corrections welcome.

Guest post

  1. Open a "guest post" issue — pitch the idea in a paragraph.
  2. We discuss scope, audience, and timing in the issue thread.
  3. Submit the post as a PR to src/content/posts/YYYY-MM-DD-slug.md, with frontmatter matching the schema below.
  4. Reviewers check for accuracy, clarity, and that all code examples compile.

Talk / speaker proposal

Want to speak at a wro.cpp meetup? Open an event proposal issue with: title, one-paragraph abstract, target duration (30 or 45 min), and a short bio.

Corrections

Typos, stale links, bad code? Open a PR directly — or file an issue if you'd rather not edit.

Frontmatter schema

title: "Your post title"
pubDate: 2026-05-15
author: your-github-handle
language: en          # or 'pl'
kind: flagship        # flagship | short | event-recap
series: cpp26-reflection   # optional
series_order: 3            # optional
audience: working-cpp  # polyglot | working-cpp | mixed
tags: [reflection, cpp26]
summary: "One-sentence summary."
draft: false