From d9c275fa21f1e95a386ad26f76b53e576879d087 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 08:00:29 +0200 Subject: [PATCH] Consider library behavior changes as ABI breaks in the PR template checklist (#4775) (#4784) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: JesusPoderoso (cherry picked from commit 5d1ecac569bb239ee616290a67473bed20ac4ca3) Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com> --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aa50c138eb6..875e3b7f52f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -41,7 +41,7 @@ - [ ] Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added. - [ ] Any new/modified methods have been properly documented using Doxygen. - [ ] Any new configuration API has an equivalent XML API (with the corresponding XSD extension) -- [ ] Changes are ABI compatible. +- [ ] Changes are backport compatible: they do **NOT** break ABI nor change library core behavior. - [ ] Changes are API compatible. - [ ] Documentation builds and tests pass locally. - [ ] New feature has been added to the `versions.md` file (if applicable).