diff --git a/.github/ISSUE_TEMPLATE/smoke-tests.md b/.github/ISSUE_TEMPLATE/smoke-tests.md
index 979e97fa00..b228d53e16 100644
--- a/.github/ISSUE_TEMPLATE/smoke-tests.md
+++ b/.github/ISSUE_TEMPLATE/smoke-tests.md
@@ -68,6 +68,22 @@ Smoke tests are limited to core functionality and serve as a pre-release final r
4. Warning and informational modals show when expected and make sense
pass/fail |
+| Packs flow | Verify management, operation, and logging of ["2017 packs"](https://fleetdm.com/handbook/company/why-this-way#why-does-fleet-support-query-packs). |
+
+1. Packs successfully run on host machines after migrations
+2. New Packs can be created
+3. Packs can be edited and deleted
+4. Packs results information is logged
+
+ | pass/fail |
+
+| Log destination flow | Verify log destination for software, query, policy, and packs. |
+
+1. Software, query, policy, and packs logs are successfully sent to external log destinations
+2. Software, query, policy, and packs logs are successfully sent to Filesystem log destinations
+
+ | pass/fail |
+
| MDM Smoke Tests | Verify MDM enrollments, run commands, and script execution |
1. Erase an ADE-eligible macOS host and verify able to complete auomated enrollment flow.
|