From ac2b800bb18bbebca038743ec22479e3056aacf3 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Wed, 29 May 2024 09:11:24 -0700 Subject: [PATCH] Updated Issue Triage Workflow (markdown) --- Issue-Triage-Workflow.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Issue-Triage-Workflow.md b/Issue-Triage-Workflow.md index f2452c4..e41ca90 100644 --- a/Issue-Triage-Workflow.md +++ b/Issue-Triage-Workflow.md @@ -71,3 +71,20 @@ Below is a library of standard responses that can be used to save time when addr #### PR_NO_ACCEPTED_ISSUE `Thank you for your interest in contributing to NetBox, however, it appears there is no accepted issue that correlates to this pull request. Before pull requests are opened, we require an accepted issue as per our [contributing guide](https://github.com/netbox-community/netbox/blob/master/CONTRIBUTING.md). Please first open an issue and wait for it to be accepted before further work is done on this pull request.` + +# Bug Priority Guidelines + +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 + +**Medium Severity:** +* The bug 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' + +**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