vault backup: 2024-04-09 21:44:13

This commit is contained in:
2024-04-09 21:44:13 +02:00
parent a2036ac40d
commit 8970e97419

View File

@@ -29,7 +29,8 @@ In a trunk based UE game development environment, here's a list of the basic act
### CI
- MANUAL: create a branch from `main` to code something
- MANUAL: commit and push to this branch
- AUTO: labelling with either `feat`, `fix`, `chore` or `skip-ci` and optionally `code-review`. If labelled as `code-review`, let it sit.
- AUTO: labelling with either ```feat, chore, docs, fix, refactor, style, or test.```
- 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: run basic pre-package tests (unit/functional).
- AUTO: on success, create a PR.