diff options
author | Andrew Ruder <andy@aeruder.net> | 2007-04-16 00:35:25 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-15 23:17:55 -0700 |
commit | 15320175355fc4770d9fb8b5a89ba8b36ef96246 (patch) | |
tree | 276d6ee35d4be0e87fbefa739a4c76075626e4a7 /Documentation/SubmittingPatches | |
parent | 7a1593972c19df26aee7d14c7d7c8c4fce24fb26 (diff) | |
download | git-15320175355fc4770d9fb8b5a89ba8b36ef96246.tar.gz git-15320175355fc4770d9fb8b5a89ba8b36ef96246.tar.xz |
Add policy on user-interface changes
Documentation/SubmittingPatches: Add note that all user interface changes
should include associated documentation updates.
Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 131bcff9b..2386f496e 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -22,6 +22,9 @@ Checklist (and a short version for the impatient): - provide additional information (which is unsuitable for the commit message) between the "---" and the diffstat - send the patch to the list _and_ the maintainer + - if you change, add, or remove a command line option or + make some other user interface change, the associated + documentation should be updated as well. Long version: |