1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-18 21:44:20 +03:00
mariadb/.github/pull_request_template.md
Andrew Hutchings 42f53c763a Add CODING_STANDARDS.md file
This is intended to be the start of a (not complete) coding standards
document we can refer contributors to. This can be modified to add more
nuances and become stricter over time. It can also have additional
content for other file types (CMake, YACC, etc).

It does not cover plugins which should each individually have their own coding
standards.
2023-02-03 15:47:17 +11:00

2.4 KiB

  • 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". 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 maintained branch in which the bug can be reproduced

Backward compatibility

TODO: fill details here, if applicable, or remove the section

PR quality check