From 02c75f516ef79907beeba1806d4cb5464e84f574 Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:42:05 +0200 Subject: [PATCH] [Update story template] Add name for the type filter in the activity feed (#33856) - We're adding an option to filter the activity feed on the dashboard, and we introduced a dropdown to filter by activity type. We want to use more human friendly names. e.g. `edited_macos_min_version` -> "OS updates: edited macOS" --------- Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/story.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index d52c8a0315..554d425a81 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -47,7 +47,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan - [ ] Fleet's agent (fleetd) changes: TODO - [ ] GitOps mode UI changes: TODO - [ ] GitOps generation changes: TODO -- [ ] Activity changes: TODO +- [ ] Activity changes: TODO - [ ] Permissions changes: TODO - [ ] Changes to paid features or tiers: TODO - [ ] My device and fleetdm.com/better changes: TODO