From 27a5c7316374147849003d0ec84f62e2275bddf7 Mon Sep 17 00:00:00 2001 From: baldurk Date: Sun, 1 Mar 2026 14:27:30 +0000 Subject: [PATCH] Add a note to CONTRIBUTING that draft PRs should not be used --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 405ac0f04..db8fbe12f 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -49,3 +49,4 @@ Code should be formatted using **clang-format 15.0**. The reason we fix a specif For more information, check the section about [code formatting](CONTRIBUTING/Preparing-Commits.md#code-formatting). +**DO NOT** create "draft" pull requests ever. These are a pointless anti-feature from github and provide zero value and have zero purpose. If your code is not ready to merge, do not create a pull request at all.