diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..2e6c0c8e1b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## What is this change? +- (List out the changes.) +- (Link to any relevant Github issues or Slack discussion) + +## Considerations for discussion +- (List out any significant design decisions that were made and why.) + +## How to test the changes (if needed) +- (How should a reviewer test this functionality)