From 36ffc63755a88849ad08540f70ae17f65ff76be3 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 21 Jul 2023 19:54:17 -0700 Subject: [PATCH] Refine user story template (#12819) Based on our last product/eng sync. Slimming down the fields so it's less daunting and separating the checkboxes into each department. The expectation would be that each list is fully complete before passing to the next step (product > engineering > product quality). .. --------- Co-authored-by: Mike McNeil --- .github/ISSUE_TEMPLATE/story.md | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index af1411cf93..46d4c307b5 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -21,22 +21,24 @@ assignees: '' ## Changes -This issue's estimation includes completing: +### Product - [ ] UI changes: TODO - [ ] CLI usage changes: TODO -- [ ] REST API changes: TODO - [ ] Permissions changes: TODO -- [ ] Database schema migrations: TODO - [ ] Outdated documentation changes: TODO -- [ ] Scope transparency changes? TODO -- [ ] Breaking changes requiring major version bump? TODO -- [ ] Changes to paid features or tiers? TODO -- [ ] QA complete? +- [ ] Changes to paid features or tiers TODO + +### Engineering +- [ ] REST API changes: TODO +- [ ] Database schema migrations: TODO +- [ ] Documentation changes complete + +### Product quality +- [ ] QA complete - [ ] ... > ℹ️  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". - ## Context - Requestor(s): _________________________ - ## 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 +- Requires load testing: TODO +- Risk level: Low / High TODO +- Risk description: TODO ### Manual testing steps