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 +