Added blurb about unified diffs.

git-svn-id: svn://10.0.0.236/trunk@108621 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
barnboy%trilobyte.net 2001-11-20 20:16:24 +00:00
parent 86868e129c
commit 66a77561a4
2 changed files with 24 additions and 0 deletions

View File

@ -389,6 +389,18 @@ else
</para>
</listitem>
<listitem>
<para>
Patch Format
</para>
<para>
All patches submitted for inclusion into Bugzilla should be in the form of a
<quote>unified diff</quote>. This comes from using <quote>diff -u</quote>
instead of simply <quote>diff</quote> when creating your patch. This will
result in quicker acceptance of the patch.
</para>
</listitem>
<listitem>
<para>
Schema Changes

View File

@ -389,6 +389,18 @@ else
</para>
</listitem>
<listitem>
<para>
Patch Format
</para>
<para>
All patches submitted for inclusion into Bugzilla should be in the form of a
<quote>unified diff</quote>. This comes from using <quote>diff -u</quote>
instead of simply <quote>diff</quote> when creating your patch. This will
result in quicker acceptance of the patch.
</para>
</listitem>
<listitem>
<para>
Schema Changes