Skip to content

Commit

Permalink
issue priorities.
Browse files Browse the repository at this point in the history
foo.
  • Loading branch information
shankarseal committed Mar 11, 2024
1 parent 8304733 commit f16ecf0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f16ecf0

Please sign in to comment.