]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Every committer is supposed to use the "Submitted by:" pattern when applying patches!
authorJeremias Maerki <jeremias@apache.org>
Mon, 14 Nov 2005 07:56:14 +0000 (07:56 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 14 Nov 2005 07:56:14 +0000 (07:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344073 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/conventions.xml

index 9d2c05012fcc0b469411b12cbdf63e770cf7ed93..0101ffe3871624b67bcec7a2dd8cd58d026fb024 100644 (file)
@@ -29,6 +29,7 @@
       <ul>
         <li>Files checked in must conform to the code conventions for that type of file (java files must conform to java requirements, xml to xml requirements, etc.). If a submitted patch does not conform, it is the responsibility of the committer to bring it into conformance before checking it in. Developers submitting patches are encouraged to follow the code conventions to reduce the work load on the the committers.</li>
         <li>To reduce the amount of spurious deltas, all text (non-binary) files checked into SVN must have Unix-style line endings (LF only). Many IDEs and editors (even on non-Unix platforms) have settings that can facilitate this convention.</li>
+        <li>In order to be able to discern commits from a committer from those where a committer applied a patch from a contributor, the commit message must contain a separate line following this pattern: <strong>"Submitted by: [contributor's name] &lt;[contributor's obfuscated e-mail address]&gt;"</strong>. This also helps doing audits on the repository.</li>
       </ul>
     </section>
     <section id="java">