Skip to content

Commit e5fd9c8

Browse files
authored
Add step about CODEOWNERS in README (#1161)
1 parent 2abed36 commit e5fd9c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ There will be a need for modifying existing Dockerfiles or creating new ones. F
2626

2727
1. Edit Dockerfiles
2828
- Add/Update the Dockerfile(s)
29-
- If new Dockerfile(s) were added, then update the [manifest](#manifest)
29+
- If new Dockerfile(s) were added:
30+
- Update the [manifest](#manifest)
31+
- Update the [CODEOWNERS](./CODEOWNERS) with the respective team code owner(s) (not individual users) for the Dockerfile(s). A team code owner must be assigned to each Dockerfile for maintenance and issue assignment purposes.
3032

3133
2. Validate the changes locally by running [build.ps1](./build.ps1). It is strongly suggested to specify the `-DockerfilePath` option to avoid the overhead of building all the images.
3234

0 commit comments

Comments
 (0)