Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
This page on Using query parameters to create a pull request suggests that it's possible to create a pull request template that opens with default labels, assignees, and a pull request title:
But the primary page on Creating a pull request template for your repository makes no reference to being able to set default labels, assignees, or a pull request title. In fact, it appears to indicate that a pull request template only affects the pull request body.
I think the tip on Using query parameters to create a pull request should be updated to reflect the fact that pull request templates only affect the body of a pull request.
Additional information
That said, it would be great if pull request templates supported the exact same front matter as issue templates so the default pull request title could be configured. Our use case is that people just leave the default title, which is often something like Update README.md when we want them to spend the time to write a descriptive PR title.