Skip to main content

Issue Template Builder

v1.0.4

Generate GitHub issue templates for bug reports and feature requests.

Generates GitHub issue templates for bug reports and feature requests — configurable sections (steps to reproduce, expected vs actual, environment, acceptance criteria) in YAML front matter format.

How to use
  • Select template type: bug report or feature request.
  • Customise section labels and add required checkbox lists.
  • Copy to .github/ISSUE_TEMPLATE/bug_report.yml or feature_request.yml.
Issue Template (YAML)
name: Bug Report
description: Bug Report template
title: "[Bug Report] "
labels: ["triage"]
body:
  - type: textarea
    attributes:
      label: Summary
      description: Describe summary
    validations:
      required: true
  - type: textarea
    attributes:
      label: Steps to Reproduce
      description: Provide exact reproduction steps
    validations:
      required: true
  - type: textarea
    attributes:
      label: Expected Behavior
      description: Describe expected behavior
    validations:
      required: false
  - type: textarea
    attributes:
      label: Environment
      description: Describe environment
    validations:
      required: false