vault backup: 2024-04-10 11:20:05

This commit is contained in:
2024-04-10 11:20:05 +02:00
parent 8970e97419
commit 212bce223b

View File

@@ -29,7 +29,7 @@ In a trunk based UE game development environment, here's a list of the basic act
### CI ### CI
- MANUAL: create a branch from `main` to code something - MANUAL: create a branch from `main` to code something
- MANUAL: commit and push to this branch - MANUAL: commit and push to this branch
- AUTO: labelling with either ```feat, chore, docs, fix, refactor, style, or test.``` - AUTO: labelling with either ```feat, chore, docs, fix, refactor, or test.```
- AUTO: can also be additionally `skip-ci` and/or `code-review`. If labelled as `code-review`, let it sit. - AUTO: can also be additionally `skip-ci` and/or `code-review`. If labelled as `code-review`, let it sit.
- AUTO: if not `skip-ci`, build the game, run the game (null hypothesis test) - AUTO: if not `skip-ci`, build the game, run the game (null hypothesis test)
- AUTO: run basic pre-package tests (unit/functional). - AUTO: run basic pre-package tests (unit/functional).