diff --git a/docs/Governance.md b/docs/Governance.md index 7a7e82d258..9347eacb57 100644 --- a/docs/Governance.md +++ b/docs/Governance.md @@ -115,6 +115,17 @@ Responsibilities: * Manage github settings such as branch protection rules and repository secrets. * Resolve any disputes among maintainers. +## Prioritizing Issues + +In the weekly triage meetings, new issues are assigned to contributors and are set to a monthly milestone by which the issue is expected to be completed. It may not be possible for the assignees to address all the issues assigned to them by their target milestone. As a result issues may pile up in a given milestone. In such cases project admins can request contributors to use *special labels* to prioritize issues as follows: +### P1: +This label represents highest priority. This label should be used for bugs impacting users, new feature or enhancements that are urgently requested by users. Contributors should try to resolve these issues in the **current milestone**. +### P2: +This label is used for the next level of priority. Issues marked as P2 for the current milestone may be moved to the *next milestone* after discussing in the weekly triage meeting. +### P3: +This label is used for low priority issues. Issues marked with this label may be moved to the *backlog* milestone. +Note that contributors and admins can change the priority of issues as deemed necessary. + ## Reviewing Pull Requests Pull requests need at least two approvals before being eligible for merging.