From 9c701a59d1644c48ac0a05b31296e73ee32d8c8e Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 17 Jul 2024 13:16:47 -0700 Subject: [PATCH] Move reference docs responsibility back to product check list (#20551) --- .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 cac409d4e3..509740bc63 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -32,6 +32,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan ## Changes ### Product +- [ ] Reference documentation changes: TODO - [ ] UI changes: TODO - [ ] CLI usage changes: TODO - [ ] REST API changes: TODO @@ -40,8 +41,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan - [ ] Changes to paid features or tiers: TODO ### Engineering -- [ ] Reference documentation changes: TODO -- [ ] Usage documentation changes: TODO +- [ ] Feature guide changes: TODO - [ ] Database schema migrations: TODO - [ ] Load testing: TODO