Skip to content

Commit 5d1ecac

Browse files
Consider library behavior changes as ABI breaks in the PR template checklist (#4775)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent bc03220 commit 5d1ecac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- [ ] 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 <!-- Blackbox tests checking the new functionality are required. Changes that add/modify public API must include unit tests covering all possible cases. In case that no tests are provided, please justify why. -->
4242
- [ ] Any new/modified methods have been properly documented using Doxygen. <!-- Even internal classes, and private methods and members should be documented, not only the public API. -->
4343
- [ ] Any new configuration API has an equivalent XML API (with the corresponding XSD extension) <!-- C++ configurable parameters should also be configurable using XML files. -->
44-
- [ ] Changes are ABI compatible. <!-- Bug fixes should be ABI compatible if possible so a backport to previous affected releases can be made. -->
44+
- [ ] Changes are backport compatible: they do **NOT** break ABI nor change library core behavior. <!-- Bug fixes should be ABI compatible if possible so a backport to previous affected releases can be made. -->
4545
- [ ] Changes are API compatible. <!-- Public API must not be broken within the same major release. -->
4646
- [ ] New feature has been added to the `versions.md` file (if applicable).
4747
- [ ] New feature has been documented/Current behavior is correctly described in the documentation. <!-- Please uncomment following line with the corresponding PR to the documentation project: -->

0 commit comments

Comments
 (0)