2
0

trivial-patches.rst 1.6 KB

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