From 49b1dcdb3ca0fd517543ba1163e0c1eea3d41612 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Wed, 13 Aug 2025 21:40:27 -0500 Subject: [PATCH] Fix broken HTML comment in story template for osquery/load testing (#31892) --- .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 771bb7943b..91fe9d4448 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -62,7 +62,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan - [ ] Feature guide changes: TODO - [ ] Database schema migrations: TODO - [ ] Load testing: TODO -- [ ] Load testing/osquery-perf improvements: TODO <-- List, or link a subtask for, any osquery-perf or load test environment changes required to comprehensively load test this story if load testing is needed. --> +- [ ] Load testing/osquery-perf improvements: TODO > ℹ️  Please read this issue carefully and understand it. Pay [special attention](https://fleetdm.com/handbook/company/development-groups#developing-from-wireframes) to UI wireframes, especially "dev notes".