Skip to content

Commit 257f5ec

Browse files
authored
chore: update issue triaging workflow labels (#15976)
1 parent 1d263d3 commit 257f5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,14 @@ flowchart TD
209209
real --NO--> intended{Is the intended\nbehaviour?}
210210
intended --YES--> explain[Explain and close\npoint to docs if needed]
211211
intended --NO--> open[Keep open for discussion\nRemove 'pending triage' label]
212-
real --YES--> real2["1. Remove 'pending triage' label\n2. Add 'bug' label\n3. Add related feature label if\napplicable (e.g. 'bug: ssr'\nor 'plugin: vue')\n4. Add priority label (see below)"]
212+
real --YES--> real2["1. Remove 'pending triage' label\n2. Add related feature label if\napplicable (e.g. 'feat: ssr')\n3. Add priority and meta labels (see below)"]
213213
real2 --> unusable{Does the\nbug make Vite\nunusable?}
214214
unusable --YES--> maj{Does the bug\naffect the majority\nof Vite users?}
215215
maj --YES--> p5[p5: urgent]
216216
maj --NO--> p4[p4: important]
217217
unusable --NO--> workarounds{Are there\nworkarounds for\nthe bug?}
218-
workarounds --YES--> p2[p2: has workaround]
219218
workarounds --NO--> p3[p3: minor bug]
219+
workarounds --YES--> p2[p2: edge case\nhas workaround]
220220
```
221221

222222
### Pull Request Review Workflow

0 commit comments

Comments
 (0)