diff options
author | Roger Dingledine <arma@torproject.org> | 2011-08-28 21:43:19 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-08-28 21:43:19 -0400 |
commit | 38881173188209db0bb9dd40bacc48aa1883f5e4 (patch) | |
tree | cdb58e9a04de4743c2c3f6de93878c79e2603e19 /doc/HACKING | |
parent | 0f38feaf890f007e486a3ad3650750d29903e0f2 (diff) | |
download | tor-38881173188209db0bb9dd40bacc48aa1883f5e4.tar tor-38881173188209db0bb9dd40bacc48aa1883f5e4.tar.gz |
add another heuristic for making release notes
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/HACKING b/doc/HACKING index 9747f2265..b0689d82c 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -426,10 +426,10 @@ interesting and understandable. first entry or two and the last entry most interesting: they're the ones that skimmers tend to read. - 2.4) Clean them up + 2.4) Clean them up: Standard idioms: - "Fixes bug 9999; Bugfix on 0.3.3.3-alpha." + "Fixes bug 9999; bugfix on 0.3.3.3-alpha." One period after a space. @@ -446,6 +446,11 @@ interesting and understandable. Present and imperative tense: not past. + Try not to let any given section be longer than about a page. Break up + long sections into subsections by some sort of common subtopic. This + guideline is especially important when organizing Release Notes for + new stable releases. + If a given changes stanza showed up in a different release (e.g. maint-0.2.1), be sure to make the stanzas identical (so people can distinguish if these are the same change). |