If you do any work – regardless of if it’s open source or closed source – (though I know most who use read this site are involved in open source), you likely use some source control, and it’s probably GitHub.
For many of you, you either follow a project, contribute to a project, or handle pull requests to a project. And what about those projects that you work on with a team?
Perhaps your workflow is something like this:
- you create a branch to work on a feature,
- you push the branch to detail the work you’ve done for a peer to review,
- the review is merged,
- you carry on.
But what do you put in the template for the pull request? Is it the same every time or is it different? What about if the content of the PR is related to something in Trello, Asana, Basecamp, or some other project management system?
That’s where GitHub PR templates come into play.


