From 3937fd954e05e70ca40e9d7c7154f668c9aa656d Mon Sep 17 00:00:00 2001 From: Leonid Shevtsov Date: Tue, 6 Aug 2024 20:42:28 +0300 Subject: [PATCH] Remove duplicate pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ff74af0..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,21 +0,0 @@ -## 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 |