From 583ced387c6e281070f9409297255a5b817a86dc Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 21 Jan 2026 02:58:31 +0100 Subject: [PATCH] Emphasize FINAL --- Coding-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-Guidelines.md b/Coding-Guidelines.md index 11fcb4b..dce9449 100644 --- a/Coding-Guidelines.md +++ b/Coding-Guidelines.md @@ -6,7 +6,7 @@ recommendations. ## Git Master Branch -The master branch will always be called `master`. This is final. +The master branch will always be called `master`. This is **FINAL**. ## Versioning