Add guidelines for Git commit practices

This commit is contained in:
2026-09-07 10:29:49 +02:00
parent 7c1b36a612
commit bd61938f6c
+7
View File
@@ -52,6 +52,13 @@ You will ocassionally be asked to translate a program from one language to anoth
- Do not use any emojis nor fancy characters (non-ASCII outside of range 0x00 - 0x7f) when creating or modifying content. Do not scan files each time you touch them, just use the right characters. - Do not use any emojis nor fancy characters (non-ASCII outside of range 0x00 - 0x7f) when creating or modifying content. Do not scan files each time you touch them, just use the right characters.
## Git
- Never commit on your own without the user's approval.
- Never put advertising or attribution information into the commit messages.
- Do not include sensitive information in commit messages.
- Do not put reasoning or explanations into commit messages.
## Running Linux tools ## Running Linux tools
> Note: That section applies only to MacOS, ignore it on Linux and Windows. > Note: That section applies only to MacOS, ignore it on Linux and Windows.