Skip to content

nickglobal/patchwork

 
 

Repository files navigation

Patchwork

Requirements Status Docs Status Stories in Ready

Patchwork is a patch tracking system for community-based projects. It is intended to make the patch management process easier for both the project's contributors and maintainers, leaving time for the more important (and more interesting) stuff.

Patches that have been sent to a mailing list are 'caught' by the system, and appear on a web page. Any comments posted that reference the patch are appended to the patch page too. The project's maintainer can then scan through the list of patches, marking each with a certain state, such as Accepted, Rejected or Under Review. Old patches can be sent to the archive or deleted.

Currently, Patchwork is being used for a number of open-source projects, mostly subsystems of the Linux kernel. Although Patchwork has been developed with the kernel workflow in mind, the aim is to be flexible enough to suit the majority of community projects.

Development Installation

  1. Install Vagrant

  2. Clone this repo:

     $ git clone git://github.com/getpatchwork/patchwork.git
    
  3. Run vagrant up:

     $ cd patchwork
     $ vagrant up
    

Talks and Presentations

Additional Information

For further information, please refer to the docs.

Contact

For bug reports, patch submissions or other questions, please use the Patchwork mailing list.

About

Patchwork is a web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.6%
  • HTML 9.6%
  • CSS 3.3%
  • JavaScript 3.0%
  • PLpgSQL 1.9%
  • Shell 0.6%