Skip to content

Commit

Permalink
add pull request template
Browse files Browse the repository at this point in the history
Why
===
* It's easier to fill in a template than come up with it from scratch
* It reminds outside people to provide better context

What changed
===
* Added .github/pull_request_template.md

Test plan
===
* Open a PR and see the template
  • Loading branch information
ryantm committed Jan 19, 2024
1 parent 2ba794f commit 8ef8c72
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Why
===

_Describe what prompted you to make this change, link relevant resources: tasks, reports, discussions, etc

What changed
============

_Describe what changed to a level of detail that someone with no context with your PR could be able to review it_

Test plan
=========

_Describe what you did to test this change to a level of detail that allows your reviewer to test it_

0 comments on commit 8ef8c72

Please sign in to comment.