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

Communicate failed checks back to the author/project

Open
#425 4 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
28/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
api, backend

Research direction

Start by reviewing how the patchwork API receives check results and how check-generators report them. Clarify the intended recipient, delivery mechanism, and whether failures or successes should be reported before defining what completed status communication would mean.

Written by the indexing model from the issue text.

Description

enhancement

In our project, we've had instances of developers being surprised that they had failed checks - or that checks were even happening. Rather than force developers to check a web page when they're used to using email, it would be nice if the patchwork server could send out some form of status when checks fail (or perhaps also when they succeed); either to the patch author or to the project mailing list.

Yes, I know a separate app could poll the patchwork API and send emails as needed, but doing it in patchwork results in more immediate feedback and less processing. Reporting from whatever app is doing the checks would require all check-generators to support email independently, and distribute any configuration requirements.

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.