summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Herman <eric@freesa.org>2023-01-20 11:17:21 +0100
committerVicențiu-Marian Ciorbaru <vicentiu@mariadb.org>2023-01-20 15:06:51 +0200
commit61161cdaf99f8548815a7de97a544f8d0ab76960 (patch)
tree00ba8008a69de92c4be53d4d3e757b9ff6a517f6
parentc37ebaf6c224e7ba571653eecd48a080d4c1a061 (diff)
downloadmariadb-git-61161cdaf99f8548815a7de97a544f8d0ab76960.tar.gz
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)
-rw-r--r--.github/pull_request_template.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 367fa07589c..86fe152aede 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -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: