Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
68fed7e7
Commit
68fed7e7
authored
Jun 20, 2024
by
Andrew Hutchings
Committed by
Daniel Black
Jun 21, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pull request template for refactoring
Make it clear that refactoring code goes into the latest version.
parent
29e9ade2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/pull_request_template.md
.github/pull_request_template.md
+2
-2
No files found.
.github/pull_request_template.md
View file @
68fed7e7
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment