From 9975597fc2e6fcadf8cf6eba09c400a018559108 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Wed, 29 May 2024 09:19:11 -0700 Subject: [PATCH] Updated Issue Triage Workflow (markdown) --- Issue-Triage-Workflow.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Issue-Triage-Workflow.md b/Issue-Triage-Workflow.md index 4bce34d..84187c9 100644 --- a/Issue-Triage-Workflow.md +++ b/Issue-Triage-Workflow.md @@ -78,13 +78,16 @@ Here are some rough guidelines for assigning bug prioritization: **High Severity:** * Is a security vulnerability that effects most people or leaks important data -* Severely impacts the functionality of the app in core features that would effect most users of the app +* Bug is easy to run into and severely impacts the functionality of the app in core features that would effect most users of the app **Medium Severity:** -* The bug while can be easily encountered, isn't severely impacting the overall usability of the program. +* While the bug while can be easily encountered, isn't severely impacting the overall usability of the program. * -or- has an easy work-around or is in a non-critical part of the app' +* Bug would be less likely to be run into (though not an edge case) and might be difficult to work around. **Low Priority:** * Minor issues or cosmetic design issues that do not significantly affect the functionality of the app. * low impact issues that have an easy work-around * bugs that do affect usability but are only present in edge-cases that most users wouldn't run into +* bugs that don't directly affect usability of the app +