From bfe417f67937b39d182dd1a2db07e097ed346cff Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Fri, 13 Feb 2026 10:07:06 +0000 Subject: [PATCH] docs: add note about single-issue PRs to contributing guide (#3044) Add a prominent notice at the top of CONTRIBUTING.md clarifying that we only accept PRs addressing a single issue, not multiple fixes. https://claude.ai/code/session_011ZNQd5zkf38piSMhWbgiWt Co-authored-by: Claude --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 754ad017b..b4b280bda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,8 @@ Please take some time to read this guide to understand contributing best practic Thank you for helping us make Trigger.dev even better! 🤩 +> **Important:** We only accept PRs that address a single issue. Please do not submit PRs containing multiple unrelated fixes or features. If you have multiple contributions, open a separate PR for each one. + ## Getting vouched (required before opening a PR) We use [vouch](https://github.com/mitchellh/vouch) to manage contributor trust. **PRs from unvouched users are automatically closed.**