:
Last modified: Sep 8, 2021

Quality Management Capabilities

Quality Management Capabilities covers the different capabilities to mange the project.

Quality Assurance & Reviews

All pull request in GitHub requires approved reviews of the changes before it can be merged in to the master branch.

See current and earlier pull request.

For infrastructure changes the pull request is done in Azure Devops with the same type of reviews.

Defect Tracking & Management

Defects are tracked in Gitub as bugs. See active and closed bugs.

Static SW Analysis Enablement

Every pull requsts needs to adhere to code quality standard verifyed with static code analysis.

The build pipline in Azure Devops runs LGTM for static code analysis with focus on security and SonarCloud for general static code analysis.