From c29323c021a20710b33b8633e6eef93a2bcbaad4 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:18:32 -0400 Subject: [PATCH] Update story template (#21670) - "CLI changes" are for new fleetctl commands, options etc. fleetctl wireframes go in Figma. - "YAML changes" are for changes to Fleet's YAML used in GitOps workflows. YAML wireframes are made as a draft PR to the YAML reference [here](https://fleetdm.com/docs/configuration/yaml-files). --- .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 509740bc63..3f01ffd979 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -34,7 +34,8 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan ### Product - [ ] Reference documentation changes: TODO - [ ] UI changes: TODO -- [ ] CLI usage changes: TODO +- [ ] CLI (fleetctl) usage changes: TODO +- [ ] YAML changes: TODO - [ ] REST API changes: TODO - [ ] Fleet's agent (fleetd) changes: TODO - [ ] Permissions changes: TODO