Уточнены требования к формулировке сообщений коммитов

This commit is contained in:
2026-04-08 15:06:57 +03:00
parent 3c893cd0d9
commit 4148e8b861

View File

@@ -132,6 +132,7 @@ User preference:
- feature/fix branches must use the prefix `feat/` or `fix/` - feature/fix branches must use the prefix `feat/` or `fix/`
- after finishing work in a `feat/` or `fix/` branch, propose merging it back into `main` - after finishing work in a `feat/` or `fix/` branch, propose merging it back into `main`
- comments and commit messages should be written in Russian - comments and commit messages should be written in Russian
- commit messages should describe what was done, not what should be done
- if changes affect files that go into the final `.pak`, or change the build/release process, propose releasing the next version - if changes affect files that go into the final `.pak`, or change the build/release process, propose releasing the next version
- if push fails, retry up to two more times with a 3-second pause between attempts - if push fails, retry up to two more times with a 3-second pause between attempts