diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sgml/patches.sgml | 12 | ||||
-rw-r--r-- | docs/xml/patches.xml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml index 5816009d3..b7f54e09b 100644 --- a/docs/sgml/patches.sgml +++ b/docs/sgml/patches.sgml @@ -391,6 +391,18 @@ else <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 </para> <para> diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml index 5816009d3..b7f54e09b 100644 --- a/docs/xml/patches.xml +++ b/docs/xml/patches.xml @@ -391,6 +391,18 @@ else <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 </para> <para> |