diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-19 20:24:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-19 20:24:15 -0400 |
commit | 8a647291c837846dca73c2017d3101621fd25a8d (patch) | |
tree | b4880ef93361c8b308ea664f3d8473501cb38886 /doc | |
parent | 89154380acbd5155f261fe1eeb8973df7a0d687c (diff) | |
download | tor-8a647291c837846dca73c2017d3101621fd25a8d.tar.gz tor-8a647291c837846dca73c2017d3101621fd25a8d.zip |
extract some changelog principles into doc/HACKING
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING index 3c1d0d9577..ea7d82d5ff 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -474,6 +474,10 @@ interesting and understandable. Present and imperative tense: not past. + 'Relays', not 'servers' or 'nodes' or 'Tor relays'. + + "Stop FOOing", not "Fix a bug where we would FOO". + 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 |