-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.yml
More file actions
89 lines (69 loc) · 1.6 KB
/
labels.yml
File metadata and controls
89 lines (69 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Bug labels
- name: bug
color: d73a4a
description: Something isn't working
- name: critical
color: b60205
description: Critical priority issue
- name: high-priority
color: d93f0b
description: High priority issue
# Feature labels
- name: enhancement
color: a2eeef
description: New feature or request
- name: feature
color: 0e8a16
description: New feature implementation
# Process labels
- name: needs-triage
color: ededed
description: Needs initial review and categorization
- name: needs-discussion
color: d4c5f9
description: Needs community discussion
- name: good-first-issue
color: 7057ff
description: Good for newcomers
- name: help-wanted
color: 008672
description: Extra attention is needed
# Component labels
- name: sni
color: 1d76db
description: SNI (Solana Network Indexer)
- name: tide
color: 0969da
description: Tide (Data Streaming)
- name: windexer
color: 0366d6
description: wIndexer (Core Indexing)
- name: docs
color: 0075ca
description: Documentation
- name: api
color: 006b75
description: API related
# Status labels
- name: wip
color: fbca04
description: Work in progress
- name: blocked
color: d93f0b
description: Blocked by other work
- name: duplicate
color: cfd3d7
description: This issue or pull request already exists
- name: invalid
color: e4e669
description: This doesn't seem right
- name: wontfix
color: ffffff
description: This will not be worked on
# Security labels
- name: security
color: b60205
description: Security related issue
- name: vulnerability
color: d73a4a
description: Security vulnerability