PFFD – Setting Up PR Description Template On Github

I want to add a little bit more structure to my future pull request descriptions. Github supports the ability to add PR templates. All you have to do to enable it would be to add a new file to your repo called pull_request_template.md with the contents of the PR template and voila, your PRs will start showing up with the template.

Here is the PR for adding a pull request template — https://github.com/adhithyan15/programming-for-fun/pull/2

Here is a test PR where the PR template was automatically added — https://github.com/adhithyan15/programming-for-fun/pull/3

Leave a comment