From c31a5d73b8072074fc215247d5bcc9ca50592909 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Fri, 11 Oct 2024 12:08:05 -0700 Subject: [PATCH] Update roadmap.md (#559) Add info about when and how issues are removed from a milestone Signed-off-by: Yaron Schneider --- roadmap.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roadmap.md b/roadmap.md index 8d17e8a..fe56ac6 100644 --- a/roadmap.md +++ b/roadmap.md @@ -23,6 +23,13 @@ The guidelines above are true for every repository in the Dapr org. The main del 2. Security requirements - Dapr maintainers will audit the component to make sure all dependencies are aligned with our FOSSA requirements 3. License requirements - Dapr maintainers will audit the component to ensure it has a compatible license that passes the project's license checks +#### Removal of issues from the the roadmap + +Maintainers may remove issues from the milestone at any point due to the following: + +1. During the design and/or implementation phase of an item, an unexpected problem was found that would jeopordize the release. In such a case, the issue is moved to the next milestone. +2. The assigned community member to resolve the issue is unable to complete the work until the milestone's code freeze deadline. If the item is labeled P1 or P2, it will be moved to the next milestone. If it is labeled a P0, maintainers will ensure the work is completed and the milestone deadline may be extended to support this. + #### Feature removal for components A Dapr component may be removed if one or more of the following conditions are made true: