Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Improve Pull Request + patch series handling

Open
#336 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
backend

Research direction

Start by reproducing the current pull-request and patch-series behavior using the netdev example linked in the issue, then trace how the cover letter and patches are represented and grouped. Done means a cover-letter pull request and its patches remain one unit while preserving commit IDs, with CI able to verify the patches against the branch.

Written by the indexing model from the issue text.

Description

enhancement

Sometimes pull request is used as a cover letter for a patch set. It's done e.g. to allow people to review the code on the mailing list, but if accepted preserve commit ids in case they travel upstream via multiple trees (e.g. drivers spanning subsystems).
Right now patchwork takes the cover letter as a separate PR and the patches are grouped without a cover letter. It'd be good if they remained a single unit. CI could then verify the patches match the code on the branch etc.
Example where the behaviour should be visible:
https://patchwork.ozlabs.org/project/netdev/list/?submitter=1315&state=*

Dominant language
Python
Stars
317
Forks
91
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from getpatchwork/patchwork

All issues in getpatchwork/patchwork

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.