From 0596eeb6fee5c0d449709b38a43353cf3ab1bb19 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Sat, 19 Apr 2025 14:24:21 -0700 Subject: [PATCH] Update pull_request_template.md --- pull_request_template.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index d5cdeb6..1bd791b 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -3,6 +3,7 @@ > * Please do note that this is a GPL v3.0 open source project. > * Please read the [CONTRIBUTING](https://github.com/spice2x/spice2x.github.io/blob/main/CONTRIBUTING.md) guide. > * Maintainers reserve the right to reject or modify your submission without reason. +> * No new compiler warnings must be introduced. Check the CI build results. > > Feel free to remove this section after you have read it. @@ -12,8 +13,5 @@ ## Description of change *what does this code do?* -## Compiling -*you must be able to compile with the included Docker script with zero compiler warnings* - ## Testing *how was the code tested?*