From c4313acec3b3d79f4613abae599caebfd01e56a3 Mon Sep 17 00:00:00 2001 From: Berk Date: Fri, 17 Jul 2026 13:52:07 +0300 Subject: [PATCH] Update contribution guidelines to enforce pull request template Emphasize the importance of using the pull request template and outline consequences for non-compliance. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84ac6a07..1967ee5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,11 @@ SPDX-License-Identifier: GPL-2.0-or-later # Contributing +> [!IMPORTANT] +> The pull request template is mandatory. +> +> Pull requests that do not follow the template or leave the required checklist incomplete will be closed without review, even if the proposed code is technically correct or beneficial. Please review these contribution guidelines before submitting a pull request. + Contributions are always welcome! Before opening a pull request, please keep the following in mind: