mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Update pull request template for refactoring
Make it clear that refactoring code goes into the latest version.
This commit is contained in:
parent
29e9ade269
commit
68fed7e785
1 changed files with 2 additions and 2 deletions
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
@ -40,8 +40,8 @@ Tick one of the following boxes [x] to help us understand if the base branch for
|
|||
see [CODING_STANDARDS.md](https://github.com/MariaDB/server/blob/-/CODING_STANDARDS.md) for the latest versions.
|
||||
-->
|
||||
## 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 maintained branch in which the bug can be reproduced.*
|
||||
- [ ] *This is a new feature or a refactoring, and the PR is based against the latest MariaDB development branch.*
|
||||
- [ ] *This is a bug fix, and the PR is based against the earliest maintained branch in which the bug can be reproduced.*
|
||||
|
||||
<!--
|
||||
All code merged into the MariaDB codebase must meet a quality standard and codying style.
|
||||
|
|
Loading…
Reference in a new issue