From 9f5271691ee01159327bc5a0daf70a340b353ee1 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Thu, 3 Aug 2023 13:48:50 +1000 Subject: [PATCH] Introduce ownership Proposed for every milestone to be owned by a team member who is responsible to deliver the work and track. In some instances, several team members may work on the same milestone but a clear owner still needs to be defined. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67341ab..1c01adc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ For each: - _Epic_, there is a GH issue under the https://github.com/waku-org/pm repo. - _Epic_, there is a label with format `E:-` created across all relevant https://github.com/waku-org/ repos. -- _Milestone_, there is a GH issue under the relevant https://github.com/waku-org/ repo with related _Epic_ label and `milestone` label assigned. +- _Milestone_, there is a GH issue under the relevant https://github.com/waku-org/ repo with related _Epic_ label and `milestone` label assigned. The GH issue is assigned to the _owner_ of the milestone. - _Task_, there is a GH issue and/or pull request under the relevant https://github.com/waku-org/ repo with related _Epic_ label. Hence, correct _Epic_ label must be assigned to all GH issues/pull requests representing a _Milestone_ or _Task_.