diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-16 17:40:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-16 17:40:16 +0000 |
commit | 354e8b818994c52ff8c8abef00ba542642524871 (patch) | |
tree | 62b0181ae537e94e7ea5f762f367a1cbcaeba89c | |
parent | 026259faebcc6d98ff8de74264e31a23430b59b5 (diff) | |
download | bcm5719-llvm-354e8b818994c52ff8c8abef00ba542642524871.tar.gz bcm5719-llvm-354e8b818994c52ff8c8abef00ba542642524871.zip |
punctuate, add wording about patches contributed by others.
llvm-svn: 59417
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 12e88d35255..0c62a1dbd11 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -428,11 +428,12 @@ Changes</a></div> <p>We believe in correct attribution of contributions to their contributors. However, we do not want the source code to be littered with random attributions "this code written by J Random Guy" (this is noisy - and distracting. In practice, the revision control system keeps a perfect + and distracting). In practice, the revision control system keeps a perfect history of who change what, and the CREDITS.txt file describes higher-level - contributions.</p> + contributions. If you commit a patch for someone else, please say "patch + contributed by J Random Guy!" in the commit message.</p> - <p>Overall, please do not add contributor names to the source base.</p> + <p>Overall, please do not add contributor names to the source code.</p> </div> |