From ef0d883903166b7b8eaa51730662f2396ed4d88f Mon Sep 17 00:00:00 2001 From: Robert Bindar Date: Wed, 26 May 2021 15:27:07 +0300 Subject: [PATCH] Revert "Add Pull Request template file to the MariaDB/server repository" This reverts commit 17106c984b9649641068ddf108dcffd2c7773212. --- .github/pull_request_template.md | 50 -------------------------------- 1 file changed, 50 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 6fe365495cc..00000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,50 +0,0 @@ - - - -- [x] *The Jira issue number for this PR is: MDEV-_____* - - -## Description -TODO: fill description here - -## How can this PR be tested? -TODO: fill steps to reproduce here, if applicable, - or remove the section - - -## Basing the PR against the correct MariaDB version -- [ ] *This is a new feature and the PR is based against the latest MariaDB development branch* -- [ ] *This is a bug fix and the PR is based against the earliest branch in which the bug can be reproduced* - - -## Backward compatibility -TODO: fill details here, if applicable, or remove the section -