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.
| Property | Type | Description |
|---|---|---|
| apiVersion | string | |
| kind | string | |
| metadata | map | |
| spec | Spec |
Spec
Contains the user-defined markdown content for the pull request template. Encapsulates the raw markdown payload to be written to the target repository.
| Property | Type | Description |
|---|---|---|
| description | string | This description is optional but will drastically improve the understand of the AI assistant about the structural elements of the organization |
| content | string | The 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. |