aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2024-09-11 18:09:29 +0200
committerRobert Pluim2024-09-13 14:07:17 +0200
commitb4863908623b739b0771a70c7cc4f4a57d07a841 (patch)
treeb8cd97d705b5b055ef6f85f120b067ebbebe0870
parent7376623a244a91d1de5245645b4b3e8c9469d422 (diff)
downloademacs-b4863908623b739b0771a70c7cc4f4a57d07a841.tar.gz
emacs-b4863908623b739b0771a70c7cc4f4a57d07a841.zip
Add notes about documenting default values
* CONTRIBUTE: Ask people to document default values when adding new user options.
-rw-r--r--CONTRIBUTE7
1 files changed, 5 insertions, 2 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 7c5c07771eb..96113d658b8 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -110,8 +110,11 @@ admin/notes/bug-triage.
110 110
111Any change that matters to end-users should have an entry in etc/NEWS. 111Any change that matters to end-users should have an entry in etc/NEWS.
112Try to start each NEWS entry with a sentence that summarizes the entry 112Try to start each NEWS entry with a sentence that summarizes the entry
113and takes just one line -- this will allow reading NEWS in Outline 113and takes just one line -- this will allow reading NEWS in Outline mode
114mode after hiding the body of each entry. 114after hiding the body of each entry. When adding a new user option that
115allows changing behavior, please document its default value. Similarly,
116changes to the default value of an existing user option should be
117announced.
115 118
116Doc-strings should be updated together with the code. 119Doc-strings should be updated together with the code.
117 120