PR template: rebase to earliest maintained version

We do not want people to try to rebase their patch on anything
prior to the earliest *maintained* version. (Currently, 10.3)
This commit is contained in:
Eric Herman 2023-01-20 11:17:21 +01:00 committed by Vicențiu-Marian Ciorbaru
parent c37ebaf6c2
commit 61161cdaf9

View file

@ -40,10 +40,11 @@ carefully describe how to test manually.
<!--
Tick one of the following boxes [x] to help us understand
if the base branch for the PR is correct
(Currently the earliest maintained branch is 10.3)
-->
## 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*
- [ ] *This is a bug fix and the PR is based against the earliest maintained branch in which the bug can be reproduced*
<!--
You might consider answering some questions like: