diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 43c5abe20e..7f091c39e9 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst @@ -702,6 +702,12 @@ page. .. note:: + Patches submitted for a stable branch need to be isolated changes that are + human readable and understandable. Fixes for CVEs or other issues which have + a high complexity, consist of a large number of commits and/or a large + numbers of changed lines are unlikely to be accepted due to the difficulty + they cause with maintainability and scalability. + Changes will not typically be accepted for branches which are marked as End-Of-Life (EOL).