summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-11-25 10:43:35 +0200
committerEli Zaretskii <eliz@gnu.org>2021-11-25 10:43:35 +0200
commitd1aa552d11484ab15944a1f3c15f607dda811d8d (patch)
tree7ea9b6c4dfc266fe5f6581f0e9729cae07724d85 /CONTRIBUTE
parent588caf0b274e763bab0ac511f2cb95750e83f7f6 (diff)
downloademacs-d1aa552d11484ab15944a1f3c15f607dda811d8d.tar.gz
; * CONTRIBUTE: No cleanups on release branches, even in docs.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 8295a8e6ad4..5740004637b 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -342,7 +342,9 @@ Documentation fixes (in doc strings, in manuals, in NEWS, and in
comments) should always go to the release branch, if the documentation
to be fixed exists and is relevant to the release-branch codebase.
Doc fixes are always considered "safe" -- even when a release branch
-is in feature freeze, it can still receive doc fixes.
+is in feature freeze, it can still receive doc fixes. However, this
+rule is limited to fixing real problems in the documentation; cleanups
+and stylistic changes are excluded.
When you know that the change will be difficult to merge to the
master (e.g., because the code on master has changed a lot), you can