From 2274c4f5fca4d9f783d5bed72e483c6dc2afeaf0 Mon Sep 17 00:00:00 2001 From: Robert Bindar Date: Thu, 11 Mar 2021 18:17:06 +0200 Subject: [PATCH] Add Pull Request template file to the MariaDB/server repository --- .github/pull_request_template.md | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 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 00000000000..6fe365495cc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,50 @@ + + + +- [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 +