From f9c4b2009ba574ff15bb73d50e538cd36071a987 Mon Sep 17 00:00:00 2001 From: kaitlincart Date: Fri, 23 Sep 2022 12:07:31 -0700 Subject: [PATCH] updates from our backlog session --- .github/ISSUE_TEMPLATE/engineering-task.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/engineering-task.md b/.github/ISSUE_TEMPLATE/engineering-task.md index ef08f47a3..0dfb44c46 100644 --- a/.github/ISSUE_TEMPLATE/engineering-task.md +++ b/.github/ISSUE_TEMPLATE/engineering-task.md @@ -10,7 +10,7 @@ Use the Bug Report issue template to request help when Vagrant is not working as --> ## Description -Should be 2 - 3 sentences that define the solution or changes. +2 - 3 sentences that define the solution or changes. ## Use case (optional) How will this affect the end user? @@ -26,15 +26,15 @@ Add links to related issues or supporting documentation. If a task takes longer than 3 weeks, either consider if you can break it down into smaller pieces of work or update the issue with a new estimated time-frame with a summary checklist of tasks. ### Estimated user impact -Critical: fixes a bug, relieves a common pain point -Major: addresses a frequent request -Minor: trivial inconveniences that have robust workarounds +Most issues should categorized as minor or major. +- [ ] Critical: fixes a bug that impacts production deployments +- [ ] Major: addresses a frequent request, relieves a common pain point +- [ ] Minor: trivial inconveniences that have robust workarounds