From 6cde77f5f9dd8b39b5c5b65f1ac38c6b1abbc351 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:26:49 -0500 Subject: [PATCH] Update story issue template (#24874) - Link to handbook for new guidelines on API/YAML wireframes. - New guidelines are in a PR here: https://github.com/fleetdm/fleet/pull/24796 --- .github/ISSUE_TEMPLATE/story.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index dd3c1190c9..8c708a6020 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -41,8 +41,8 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan ### Product - [ ] UI changes: TODO - [ ] CLI (fleetctl) usage changes: TODO -- [ ] YAML changes: TODO -- [ ] REST API changes: TODO +- [ ] YAML changes: TODO +- [ ] REST API changes: TODO - [ ] Fleet's agent (fleetd) changes: TODO - [ ] Activity changes: TODO - [ ] Permissions changes: TODO