From d2f285567ac2d033cfb321cf14701f1fdc0fee41 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:09:02 -0400 Subject: [PATCH] "Activity changes" checkbox in user story template (#22003) - Add reminder to think about new activity items during the drafting process - For all checkboxes, we want to be intentional when we decided to make "No changes" (instead of removing checkbox) --- .github/ISSUE_TEMPLATE/story.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 3f01ffd979..f376c9591f 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -33,12 +33,13 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan ### Product - [ ] Reference documentation changes: TODO -- [ ] UI changes: TODO -- [ ] CLI (fleetctl) usage changes: TODO -- [ ] YAML changes: TODO -- [ ] REST API changes: TODO -- [ ] Fleet's agent (fleetd) changes: TODO -- [ ] Permissions changes: TODO +- [ ] UI changes: TODO +- [ ] CLI (fleetctl) usage changes: TODO +- [ ] YAML changes: TODO +- [ ] REST API changes: TODO +- [ ] Fleet's agent (fleetd) changes: TODO +- [ ] Activity changes: TODO +- [ ] Permissions changes: TODO - [ ] Changes to paid features or tiers: TODO ### Engineering