aboutsummaryrefslogtreecommitdiffstats
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-16 17:40:16 +0000
committerChris Lattner <sabre@nondot.org>2008-11-16 17:40:16 +0000
commit37a1ebb24c85ab66214a3961f836fd6587bc16a3 (patch)
tree0e5cfd4f758816949f88d584e38072aee9773bc2 /docs/DeveloperPolicy.html
parentb079a391c8b85d088dabce715d99be5917af88fa (diff)
downloadexternal_llvm-37a1ebb24c85ab66214a3961f836fd6587bc16a3.zip
external_llvm-37a1ebb24c85ab66214a3961f836fd6587bc16a3.tar.gz
external_llvm-37a1ebb24c85ab66214a3961f836fd6587bc16a3.tar.bz2
punctuate, add wording about patches contributed by others.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 12e88d3..0c62a1d 100644
--- a/docs/DeveloperPolicy.html
+++ b/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>