From 29321021d15489a578c80fbdc66f5146e57ee774 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Thu, 18 May 2023 16:20:29 -0500 Subject: [PATCH] Add test plan section to user story issue template (#11657) --- .github/ISSUE_TEMPLATE/story.md | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 0ffc564fac..e8fbf51021 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -44,3 +44,40 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan 1. 2. --> + + +## QA + +### Risk assessment + +- [ ] Requires load testing TODO + +Risk level: Low / High TODO + +Risk description: TODO + +#### Automated: + +- Fleet: Cover / Will not cover +- QAWolf: Cover / Will not cover + +### Manual testing steps + + +1. Step 1 +2. Step 2 +3. Step 3 + + + +### Testing notes + + +### Confirmation + + +1. [ ] Engineer (@____): Added comment to user story confirming succesful completion of QA. +2. [ ] QA (@____): Added comment to user story confirming succesful completion of QA.