... | ... | @@ -27,6 +27,8 @@ Some repositories have automated tests and some repositories have code formattin |
|
|
- You've run `.\BuildScripts\Format.ps1` in the repository, if it exists. You can also set up clang-format within Visual Studio and install the "Format on Document Save" extension which will help keep your code compliant with the styling at all times.
|
|
|
- You've run `.\BuildScripts\Build.ps1 -ThenTest` in the repository. Check the `.gitlab-ci.yml` file for the specific arguments you can use with this; usually you just need to pass `-Engine` for the engine version and `-Distribution` for the distribution to target.
|
|
|
|
|
|
Once you submit your merge request, we'll also try to run the automation tests against it once the code passes review.
|
|
|
|
|
|
### 7. Submit your merge request
|
|
|
|
|
|
Once you've done the above and implemented your changes, submit your merge request. |
|
|
\ No newline at end of file |