← Back to Docs
Recipe

GitHub issue templates writer

Generate structured YAML issue templates that guide contributors through bug reports, feature requests, and support inquiries.

What this recipe does

Produces a complete .github/ISSUE_TEMPLATE/ directory with YAML frontmatter, form fields, and auto-labeling rules. Each template enforces required fields so maintainers receive actionable reports instead of vague one-liners.

Template types included

  • Bug report — reproduction steps, expected vs actual, environment
  • Feature request — problem statement, proposed solution, alternatives
  • Support — version, logs, what you already tried

Quick start

Copy the prompt below into Meridian and specify your repository name. The agent writes all three YAML files and a config.yml with blank-issue redirects.

Write GitHub issue templates for my repo owner/repo. Include bug report, feature request, and support forms with required fields and auto-labels.