Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7c31220

Browse files
committed
docs(triaging): clarify severity and frequency labels
1 parent eb2bab4 commit 7c31220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TRIAGING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ This process based on the idea of minimizing user pain
4444
* Label `needs: breaking change` - if needed
4545
* Label `needs: public api` - if the issue requires introduction of a new public API
4646
1. Label `browser: *` - if the issue **only** affects a certain browser
47-
1. Label `frequency: *` – How often does this issue come up? How many developers does this affect?
47+
1. Label `frequency: *` – How often does this issue come up? How many developers does this affect? Chose just one of the following:
4848
* low - obscure issue affecting a handful of developers
4949
* moderate - impacts a common usage pattern
5050
* high - impacts most or all Angular apps
51-
1. Label `severity: *` - How bad is the issue?
51+
1. Label `severity: *` - How bad is the issue? Chose just one of the following:
5252
* security issue
5353
* regression
5454
* memory leak

0 commit comments

Comments
 (0)