docs: fix minor in triage guide (#6431)

This commit is contained in:
Shai Reznik
2024-06-01 01:30:09 +03:00
committed by GitHub
parent 7c08371480
commit 8a3d9bb3cb

View File

@@ -38,7 +38,7 @@ flowchart TD
maj --YES--> P4[P4: urgent]
maj --NO--> P3[P3: important]
unusable --NO--> workarounds{Are there\nworkarounds for\nthe bug?}
workarounds --NO--> P2[P2: minor bug]
workarounds --NO--> P2[P2: minor]
workarounds --YES--> P1[P1: nice to have / fix]
```