From a1fbaf37cf8cc475a4b0ba404d70a9524cca4ea7 Mon Sep 17 00:00:00 2001 From: rdss-sbreuer Date: Fri, 8 Mar 2024 13:48:06 +0100 Subject: [PATCH] 'Applied patch' --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/pull_request_template.md 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