From 2f7c3675bdf2a3450a339e1ab46bc11badd9190c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 11 Nov 2025 14:01:51 +0000 Subject: [PATCH] Add Technical Guidelines to CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2e506f8..185d206f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -121,6 +121,13 @@ ioquake3 can be developed locally. For instructions on how to do this, read the * Fill in [the required template](PULL_REQUEST_TEMPLATE.md) * Do not include issue numbers in the PR title. +### Technical Guidelines + +* Please apply the prevailing coding style in the file/function you are adjusting, as much as is practical +* Avoid making whitespace/style changes to existing code, as much as is practical +* Do not surround your additions in "tag" style comments e.g. "// l33tc0der67: frob the disfunctionator"; + credit for your contributions is automatically recorded in source control +* Ensure that new code is built by the continuous integration service ### Building Official Installers