diff --git a/community/sustainability_effort.md b/community/sustainability_effort.md index ece9d257b595..ed8a77b72c2c 100644 --- a/community/sustainability_effort.md +++ b/community/sustainability_effort.md @@ -11,6 +11,7 @@ Help is needed for: * [triaging](../docs/CONTRIBUTING.md#triaging-bugs) new bugs by prioritizing them with `P0`, `P1`, `P2`, and `P3` labels * responding to questions in [Github Discussions](https://github.com/argoproj/argo-workflows/discussions) * responding to questions in [CNCF Slack](https://argoproj.github.io/community/join-slack) in the `#argo-workflows` and `#argo-wf-contributors` channels +* releasing new versions ## Commitment @@ -19,9 +20,9 @@ Any code contributor in a designated role or with an open Membership request can Participants are expected to try to advance in roles. There are different expectations depending on the role: -- Member and non-member: should average a minimum of 6 hours per week of either [authoring PRs](../docs/CONTRIBUTING.md#authoring-prs) or performing any activities listed above in the ["Where is help needed?"](#where-is-help-needed) section +- Member and non-member: should average a minimum of 6 hours per week of either [authoring PRs](../docs/CONTRIBUTING.md#authoring-prs) or performing any activities listed above in the ["Where is help needed?"](#where-is-help-needed) section (where permissions allow) - Note that more time is required in this role in order to learn the codebase and processes to make sufficient progress -- Reviewer and above: should average a minimum of 2 hours per week performing any activities listed above in ["Where is help needed?"](#where-is-help-needed) section +- Reviewer and above: should average a minimum of 2 hours per week performing any activities listed above in ["Where is help needed?"](#where-is-help-needed) section (where permissions allow) - Highest priority is to ensure that all PRs labeled `prioritized-review` [have an Assignee](#reviewing-prs) Note that the hours per week listed above is an average over time; it's fine to have weeks of no activity so long as the average meets expectations. diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6d70ab64033e..409ee172c277 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -111,6 +111,7 @@ If you are a Reviewer or below, then once you have approved a PR, request a revi #### Triaging Bugs New bugs need to be triaged to identify the highest priority ones. +Any Member can triage bugs. Apply the labels `P0`, `P1`, `P2`, and `P3`, where `P0` is highest priority and needs immediate attention, followed by `P1`, `P2`, and then `P3`. If there's a new `P0` bug, notify the [`#argo-wf-contributors`](https://cloud-native.slack.com/archives/C0510EUH90V) Slack channel.