Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 595 Bytes

CODEOWNERS.md

File metadata and controls

10 lines (8 loc) · 595 Bytes

CODEOWNERS guidelines

This repo is multi-tenanted To enable teams to be self-service, they are allowed to merge changes related to their own applications

The rules are simple:

  1. addition of application to environment needs Kustomization changes.
  2. Kustomization changes require a review from @hmcts/platform-operations
  3. Teams can add apps/<namespace> to CODEOWNERS which allows them to create new files.
  4. be sensible, every change is tracked through git, don't repurpose files, create a new one for new applications