From 1d01be8090ba33fa1f7be936c6daf196e8bd2287 Mon Sep 17 00:00:00 2001 From: xonas1101 Date: Thu, 15 Jan 2026 04:49:18 +0000 Subject: [PATCH] Removed "My code follows the project's coding standards." from PR template file. Signed-off-by: xonas1101 --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ba348da1..3dccf253 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -30,7 +30,6 @@ Please ensure the following before submitting your PR: - [ ] I have written unit tests for the changes (if applicable). - [ ] I have updated the documentation (if applicable). - [ ] I have tested the changes locally and ensured they work as expected. -- [ ] My code follows the project's coding standards. ---