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.
This commit is contained in:
fryorcraken.eth 2023-08-03 13:48:50 +10:00
parent d9a1117c9f
commit 9f5271691e
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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:<year>-<epic title>` 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_.