From f8919e83988b7e6a53ac40893f13b581d0d7e203 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Tue, 13 Jan 2026 19:47:39 +1100 Subject: [PATCH] updated rules --- RULES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RULES.md b/RULES.md index 1f11c25..f05de66 100644 --- a/RULES.md +++ b/RULES.md @@ -41,6 +41,7 @@ The wiki is located at ~/projects/golib-wiki and should be laid out as follows: Any changes to existing features or additional features implemented should have tests created and/or updated 3. Version control +Do not make any changes to master. Checkout a branch to work on new features Version numbers are specified using git tags. Do not change version numbers. When updating documentation, append the branch name to the version number. Changes made to the golib-wiki repo should be made under the same branch name as the changes made in this repo