From 7a4761a6053e3593769b7129b0a00e12e2c0b71d Mon Sep 17 00:00:00 2001 From: Terraform Date: Mon, 5 Jun 2023 21:45:15 +0300 Subject: [PATCH] PR Template Updated by Terraform --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 0000000..6901dc6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +## Motivation + + +## Changes + +- Change 1 +- Change 2 + +## How to test + +- [ ] Test 1 +- [ ] Test 2 + +## Images and GIFs + +| Before | After | +|--------|--------| +| link1 | link2 | +| link3 | link4 | +| link5 | link6 | +| link7 | link8 | +| link9 | link10 |