Add microscopic style guide at the end of the PATCH primer.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2501 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-07-08 22:26:29 +00:00
parent deda6ea509
commit adae530eb7
1 changed files with 13 additions and 0 deletions

View File

@ -204,6 +204,19 @@ it or prompt for feedback. Please have patience, as many maintainers
work on the project voluntarily and without compensation for the time work on the project voluntarily and without compensation for the time
that they spend doing these tasks. that they spend doing these tasks.
@section primerpatchguide Guidelines for Submitting Patches
- Each patch file should contain:
- A commit description that describes all of the changes.
- A separator line that contains three hyphens: <code>---</code>
- A summary of the changes produced by diffstat (optional)
- Another separator line (optional)
- The actual patch contents, containing a single change.
- Each patch series should include:
- A summary of the patches in the series.
- Logically-related patches that contain incremental changes.
*/ */
/** @file /** @file
This file contains the @ref primerpatches page. This file contains the @ref primerpatches page.