diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b0ecc0cd5c0..bef89548fb9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -37,10 +37,9 @@ If the changes are not amenable to automated testing, please explain why not and ## Basing the PR against the correct MariaDB version -- [ ] *This is a new feature or a refactoring, and the PR is based against the latest MariaDB development branch.* +- [ ] *This is a new feature or a refactoring, and the PR is based against the `main` branch.* - [ ] *This is a bug fix, and the PR is based against the earliest maintained branch in which the bug can be reproduced.*