
Why do you need a Pull Request Template?
Pull Request(PR) are often when raised are not properly documented. The best way to document them is to use a consistent template. The Template will help the team to document the PR in a concise way. PR reviewer gets an idea about what to expect in a PR.
How to add a GitHub PR Template?
Create a file pull_request_template.md inside a root folder of the repository called ./github
./github/pull_request_template.md
This file is nothing but a template that will be shown on GitHub PR, when the PR is raised.
Sample Template file
Download a sample md file from below link.