Contribute/TrivialPatches: Difference between revisions

From QEMU
(Created page with '= Overview = Trivial patches that change just a few lines of code sometimes languish on the mailing list even though they require only a small amount of review. This is often th…')
 
No edit summary
Line 7: Line 7:
* Only touch a few lines of code.
* Only touch a few lines of code.


You can hint that your patch is a candidate by CCing trivial-patches@qemu.org.
'''You can hint that your patch is a candidate by CCing trivial-patches@qemu.org'''.
 
= Repositories =
 
# git://repo.or.cz/qemu/stefanha.git trivial-patches


= Workflow =
= Workflow =

Revision as of 08:39, 8 April 2011

Overview

Trivial patches that change just a few lines of code sometimes languish on the mailing list even though they require only a small amount of review. This is often the case for patches that do not fall under an actively maintained subsystem and therefore fall through the cracks.

The trivial patches team take on the task of reviewing and building pull requests for patches that:

  • Do not fall under an actively maintained subsystem.
  • Are single patches or short series (max 2-4 patches).
  • Only touch a few lines of code.

You can hint that your patch is a candidate by CCing trivial-patches@qemu.org.

Repositories

  1. git://repo.or.cz/qemu/stefanha.git trivial-patches

Workflow

The trivial patches team rotates the duty of collecting trivial patches amongst its members. A team member's job is to:

  1. Identify trivial patches on the development mailing list.
  2. Review trivial patches, merge them into a git tree, and reply to state that the patch is queued.
  3. Send pull requests to the development mailing list with Anthony Liguori CCed.

Pull requests should be sent at least every 3 days to reduce the turnaround time. Do not send more than one pull request per day.

A single team member can be on duty as long as they like. The suggested time is 1 week before handing off to the next member.

Team

If you would like to join the trivial patches team, contact Anthony Liguori and Stefan Hajnoczi. The current team includes:

  • Anthony Liguori
  • Stefan Hajnoczi
  • Mike D Roth