Question 064
### What is a pull request template?
> https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
1. [x] Pull request template is a file that defines the default pull request structure that project contributors will automatically see when they open a pull request.
1. [ ] Pull request template is a pull request that is automatically generated when a new branch is created.
1. [ ] Pull request template is a pull request that is chosen by the repository owner for reference when creating new pull requests.
1. [ ] Pull request template is an example of how code changes should look like in a pull request in a given repository.