From f9f5b6ab7e6eab57842daa0ab0adc1f5b2e662d5 Mon Sep 17 00:00:00 2001 From: George Karr Date: Thu, 18 Sep 2025 17:48:48 -0500 Subject: [PATCH] Update sprint kickoff guidelines for clarity (#33123) --- docs/Contributing/rituals/sprint-kickoff.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Contributing/rituals/sprint-kickoff.md b/docs/Contributing/rituals/sprint-kickoff.md index 20aa924c96..79bbd7681f 100644 --- a/docs/Contributing/rituals/sprint-kickoff.md +++ b/docs/Contributing/rituals/sprint-kickoff.md @@ -17,7 +17,8 @@ Ritual DRI: EM or assigned team member. - Read the issue title, and ask if there are any questions or concerns. - After any discussions of the issue, the issue is updated to include any additional context. - Add the issue to the sprint project, add the `:release` label, copy over the estimate story points, remove the `:product` label, and remove from the drafting board - - Note: you can use our [GitHub Management Tool](https://github.com/fleetdm/fleet/tree/main/tools/github-manage) to do this in bulk at the end with `gm estimated ` -> select all relevant issues and run 'bulk sprint kickoff' workflow. + - Note: you can use our [GitHub Management Tool](https://github.com/fleetdm/fleet/tree/main/tools/github-manage) to do this in bulk at the end with `gm estimated ` -> select all relevant issues and run 'bulk sprint kickoff' workflow. +- [Search](https://github.com/fleetdm/fleet/issues) for any remaining TODO's with a query `is:open is:issue label: todo in:body label::release ` and address them immediately. ### Notes - See [sprint kickoff definition](https://fleetdm.com/handbook/company/product-groups#sprint-ceremonies) in the handbook.