I am looking to create a pull request template in GitHub where Github is able to take the YAML front matter similar to Issue_templates and parse it into the correct fields. In Github docs under Supported file types => config.yml it claims to allow pull request template configuration.
GitHub Docs to Example below:
---
name: Name of pull request template
about: "Use this template for setting up your PR description"
title: "Add support for the new feature"
labels: bug, enhancement, customer-request
assignees: self
---
The only relevant information was to pass the keys as query parameters to display one of the multiple templates, see link below.
Docs: