From 1d44f1ce3d60b32ada858a6ca231a78b6ad7c6df Mon Sep 17 00:00:00 2001 From: Lakshmi Javadekar <103459615+lakshmimsft@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:33:40 -0700 Subject: [PATCH] ReadMe update - adding note for new PRs to be created for design updates (#50) Update to ReadMe.md to clarify when a design is approved, development work begins and that new PRs will be created for any subsequent design updates. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d534139..345f74f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ If the design is approved: - One or more approvers will approve the pull-request so that it can be merged. - Merge the pull-request. +Development work on implementing the design begins only after the design is approved. + +If there are updates come up during development work that need consideration and team review, please create a pull-request with proposed updates to the design. The design review process will be repeated for this new pull-request. + If the design is not approved: - Please leave a comment on the pull-request explaining the major feedback and next steps for proceeding.