From befd20f415cb371f4e286c945d524471a3006820 Mon Sep 17 00:00:00 2001 From: Berk Date: Fri, 17 Jul 2026 13:52:41 +0300 Subject: [PATCH] Update contribution guidelines to enforce pull request template (#331) 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 84ac6a0..1967ee5 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: