From 06eaf7232e9a920468c0f8d74dcf2fe8b555501c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:24:36 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- .github/pull_request_template.md | 57 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..367fa075 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,57 @@ + + + +- [x] *The Jira issue number for this PR is: MDEV-_____* + + +## Description +TODO: fill description here + +## How can this PR be tested? + +TODO: modify the automated test suite to verify that the PR causes MariaDB to +behave as intended. Consult the documentation on +["Writing good test cases"](https://mariadb.org/get-involved/getting-started-for-developers/writing-good-test-cases-mariadb-server). +In many cases, this will be as simple as modifying one `.test` and one `.result` +file in the `mysql-test/` subdirectory. Without _automated_ tests, future regressions +in the expected behavior can't be automatically detected and verified. + +If the changes are not amenable to automated testing, please explain why not and +carefully describe how to test manually. + + +## 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* + + +## Backward compatibility +TODO: fill details here, if applicable, or remove the section -- cgit v1.2.3