From 1604010c660743a66b3c3906a64711dec0920784 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Mon, 24 Jun 2024 10:23:59 -0500 Subject: [PATCH] Update story issue template (#19953) Add note about manually requesting reviews on API design draft PRs, because reviews aren't automatically requested until PRs are marked ready for review. cc @marko-lisica @noahtalerman --- .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 54fffcd59b..538ab1ebd8 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -34,7 +34,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan ### Product - [ ] UI changes: TODO - [ ] CLI usage changes: TODO -- [ ] REST API changes: TODO +- [ ] REST API changes: TODO - [ ] Fleet's agent (fleetd) changes: TODO - [ ] Permissions changes: TODO - [ ] Outdated documentation changes: TODO