You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -209,14 +209,14 @@ flowchart TD
209
209
real --NO--> intended{Is the intended\nbehaviour?}
210
210
intended --YES--> explain[Explain and close\npoint to docs if needed]
211
211
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)"]
213
213
real2 --> unusable{Does the\nbug make Vite\nunusable?}
214
214
unusable --YES--> maj{Does the bug\naffect the majority\nof Vite users?}
0 commit comments