diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..e3bf1eef --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ + +## Description +> Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. + +### External references +> - [Jira](---link to jira ticket---) +> - [Miro](---link to miro ticket---) + +## Testing +> Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Is this rolled out to testing environment? +> +> - [ ] Test 1 +> - [ ] Test 2