From 9c714387cb791bee5fa4c4be750824487f8958ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sun, 16 Aug 2026 21:10:33 +0200 Subject: [PATCH] docs(contributing): unsigned PRs are closed, useful changes re-implemented with credit --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f27f7d0..666d010 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,10 @@ git config user.signingkey git config commit.gpgsign true ``` +**Unsigned PRs will be closed without merging.** If your change is genuinely useful, +the maintainer will re-implement it their own way and you'll still be credited for the +original idea. + ## Building locally ```bash