Skip to main content

Github Pull Request Template

GithubPullRequestTemplate

Defines a reusable template for GitHub pull request descriptions.

Injects standard PR checklists and formatting (.github/pull_request_template.md) into target repositories.

PropertyTypeDescription
apiVersionstring
kindstring
metadatamap
specSpec

Spec

Contains the user-defined markdown content for the pull request template. Encapsulates the raw markdown payload to be written to the target repository.

PropertyTypeDescription
descriptionstringThis description is optional but will drastically improve the understand of the AI assistant about the structural elements of the organization
contentstringThe Markdown content for the pull request template. This content will be pre-filled in the description of new pull requests. This manifest serves as a reusable template. 'GithubRepository' manifests can reference the name of this manifest in their 'pull_request.template' field to populate the '.github/pull_request_template.md' file in the corresponding repository.