From fe5a62689191463e1cb2bbddbf1b60fa00d7e860 Mon Sep 17 00:00:00 2001 From: hexchen Date: Wed, 20 Jan 2021 18:47:57 +0000 Subject: [PATCH] readme: add golden commit rule which i just broke but i guess this is an exception. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 586fe13..c5c0072 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ nix build -f . deploy.$hostname && ./result switch `$hostname` can be replaced with any hostname or group ## committing to haccfiles +- Golden Rule: DO NOT COMMIT TO MAIN + - exceptions apply, if you are not sure where to commit, don't commit to main - split up commits, every commit is one atomic change - e.g. no big "did some changes" but instead "updated service x", "updated service y", "update service z" - follow the commit format: "$prefix$place: $change"