Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / docs / devel / trivial-patches.rst
blob9380c730f789ce36de01fd2a0c7fb8c3d6f4db2c
1 .. _trivial-patches:
3 Trivial Patches
4 ===============
6 Overview
7 --------
9 Trivial patches that change just a few lines of code sometimes languish
10 on the mailing list even though they require only a small amount of
11 review. This is often the case for patches that do not fall under an
12 actively maintained subsystem and therefore fall through the cracks.
14 The trivial patches team take on the task of reviewing and building pull
15 requests for patches that:
17 - Do not fall under an actively maintained subsystem.
18 - Are single patches or short series (max 2-4 patches).
19 - Only touch a few lines of code.
21 **You should hint that your patch is a candidate by CCing
22 qemu-trivial@nongnu.org.**
24 Repositories
25 ------------
27 Since the trivial patch team rotates maintainership there is only one
28 active repository at a time:
30 - git://github.com/vivier/qemu.git trivial-patches - `browse <https://github.com/vivier/qemu/tree/trivial-patches>`__
32 Workflow
33 --------
35 The trivial patches team rotates the duty of collecting trivial patches
36 amongst its members. A team member's job is to:
38 1. Identify trivial patches on the development mailing list.
39 2. Review trivial patches, merge them into a git tree, and reply to state
40    that the patch is queued.
41 3. Send pull requests to the development mailing list once a week.
43 A single team member can be on duty as long as they like. The suggested
44 time is 1 week before handing off to the next member.
46 Team
47 ----
49 If you would like to join the trivial patches team, contact Laurent
50 Vivier. The current team includes:
52 - `Laurent Vivier <mailto:laurent@vivier.eu>`__