Pull requests (Merge Requests) PR
- Directly allowing push to the branches might lead to failure propagations.
- To ensure that the each change is reviewed and the tests are passing, we use pull requests

- Azure DevOps PRs
- Watch classroom video for creating PRs
-
Next Steps:
- elaborate pipelines for
- PR:
- build
- unit test
- packaging
- code analysis
- Branch:
- build
- unit test
- packaging
- code analysis
- Functional tests
- PR:
- elaborate pipelines for
