Skip to content

Enhancement: Enforce PRs use .github/PULL_REQUEST_TEMPLATE.md in automated flows #1312

@atxtechbro

Description

@atxtechbro

Problem

Automated PR creation (local/scripts/Actions) can drift from our .github/PULL_REQUEST_TEMPLATE.md guidance and sometimes introduces formatting issues.

Proposal

  • Standardize on creating PR bodies via --body-file or API payloads sourced from a rendered template
  • Add helper that composes the standard sections (Summary, What Changed, Why, References, Git Statistics)
  • Integrate into close-issue and auto-trigger workflows

Acceptance Criteria

  • All automated PRs follow the template’s structure
  • No escaped newlines; markdown renders correctly
  • Documented procedure for local/manual usage

Related

  • Follow-up to bug filed separately
  • .github/PULL_REQUEST_TEMPLATE.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions