From dea69de8d8dd8bdf238f32b2bb8033450c1849db Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:04:05 -0400 Subject: [PATCH] User story template (#27293) Add a "Contributor API changes" checkbox in the "Engineering" section. This way we spec contributor API changes before we get to estimation. --- .github/ISSUE_TEMPLATE/story.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 4a87c825ac..b65a0841fd 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -56,6 +56,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan ### Engineering - [ ] Test plan is finalized +- [ ] Contributor API changes: TODO - [ ] Feature guide changes: TODO - [ ] Database schema migrations: TODO - [ ] Load testing: TODO