From 3d73adfc5c768cc29cd0896ce985d78ca02acd6d Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:49:46 -0400 Subject: [PATCH] User story template: Add "Usage statistics" checkbox (#33289) Consider adding usage statistics as part of every user story. PRs (wireframes) should be made to the JSON object in the usage statistics guide: https://fleetdm.com/guides/fleet-usage-statistics#what-is-included-in-usage-statistics-in-fleet Why did this come up now? We're having to spend a lot of time to figure out which customers to notify re breaking changes to the certificate authorities (CAs) YAML: https://docs.google.com/document/d/1w8_q4HyehCIoG1xDc-vD91xkBVajwbYbX_mwQWUtu9A/edit?tab=t.0 --- .github/ISSUE_TEMPLATE/story.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 2d9462f3fb..d52c8a0315 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -43,7 +43,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan - [ ] UI changes: TODO - [ ] CLI (fleetctl) usage changes: TODO - [ ] YAML changes: TODO -- [ ] REST API changes: TODO +- [ ] REST API changes: TODO - [ ] Fleet's agent (fleetd) changes: TODO - [ ] GitOps mode UI changes: TODO - [ ] GitOps generation changes: TODO @@ -51,6 +51,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan - [ ] Permissions changes: TODO - [ ] Changes to paid features or tiers: TODO - [ ] My device and fleetdm.com/better changes: TODO +- [ ] Usage statistics: TODO - [ ] Other reference documentation changes: TODO - [ ] First draft of test plan added - [ ] Once shipped, requester has been notified