diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f7e404e6d00..81ff1af1936 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; the added tests pass locally - [ ] 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. - [ ] New feature has been added to the `versions.md` file (if applicable). - [ ] New feature has been documented/Current behavior is correctly described in the documentation.