-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.yml
More file actions
178 lines (136 loc) · 3.77 KB
/
Copy pathlabels.yml
File metadata and controls
178 lines (136 loc) · 3.77 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Bitcart GitHub Label Taxonomy
# Generated from BEP-0003: https://git.bitcart.ai/bitcart/beps/src/branch/master/beps/BEP-0003-github-label-taxonomy.md
# Synced across all org repos via EndBug/label-sync
# Priority
- name: "priority: critical"
color: "b60205"
description: "Production outage, security vulnerability, data loss"
- name: "priority: high"
color: "d93f0b"
description: "Blocks a release or major workflow"
- name: "priority: medium"
color: "e99695"
description: "Should be addressed this cycle"
- name: "priority: low"
color: "f9d0c4"
description: "Nice to have, no urgency"
- name: "priority: backlog"
color: "f5f5f5"
description: "Acknowledged but not scheduled"
# Type
- name: "type: bug"
color: "d73a4a"
description: "Something isn't working"
- name: "type: feature"
color: "1d76db"
description: "New capability"
- name: "type: enhancement"
color: "0075ca"
description: "Improvement to existing functionality"
- name: "type: docs"
color: "0052cc"
description: "Documentation only"
- name: "type: chore"
color: "c5def5"
description: "Maintenance, CI, deps, refactoring"
- name: "type: security"
color: "b60205"
description: "Security issue"
- name: "type: plugin"
color: "5319e7"
description: "Plugin development work"
- name: "type: question"
color: "d4c5f9"
description: "Discussion, not yet actionable"
# Component
- name: "component: backend/api"
color: "7057ff"
description: "Bitcart Merchants API"
- name: "component: backend/daemons"
color: "7057ff"
description: "Bitcart Daemons"
- name: "component: frontend/admin"
color: "e875a0"
description: "Bitcart Admin Panel"
- name: "component: frontend/store"
color: "e875a0"
description: "Bitcart Store"
- name: "component: frontend/checkout"
color: "e875a0"
description: "Bitcart Checkout"
- name: "component: frontend/landing"
color: "e875a0"
description: "Bitcart Landing"
- name: "component: frontend/directory"
color: "e875a0"
description: "Bitcart Directory"
- name: "component: docker"
color: "d7a8e3"
description: "Bitcart Docker"
- name: "component: sdk"
color: "e1bee7"
description: "Bitcart SDKs"
- name: "component: docs"
color: "ebd4f0"
description: "Bitcart Documentation"
# Coin
# Full list: https://api.bitcart.ai/cryptos/supported
- name: "coin: btc"
color: "fbca04"
description: "Bitcoin"
- name: "coin: bch"
color: "fbca04"
description: "Bitcoin Cash"
- name: "coin: xmr"
color: "fbca04"
description: "Monero"
- name: "coin: eth"
color: "fbca04"
description: "Ethereum"
- name: "coin: bnb"
color: "fbca04"
description: "Binance Smart Chain"
- name: "coin: ltc"
color: "fbca04"
description: "Litecoin"
- name: "coin: matic"
color: "fbca04"
description: "Polygon"
- name: "coin: trx"
color: "fbca04"
description: "Tron"
- name: "coin: xrg"
color: "fbca04"
description: "Ergon"
- name: "coin: grs"
color: "fbca04"
description: "Groestlcoin"
# Status
- name: "status: blocked"
color: "999999"
description: "Waiting on an external dependency"
# Special
- name: "good first issue"
color: "7057ff"
description: "Good for newcomers"
- name: "help wanted"
color: "008672"
description: "Extra attention is needed"
- name: "needs-triage"
color: "ededed"
description: "Awaiting maintainer review and labeling"
- name: "duplicate"
color: "cfd3d7"
description: "This issue or pull request already exists"
- name: "invalid"
color: "e4e669"
description: "Not a bug, can't reproduce, or user error"
- name: "epic"
color: "0d7377"
description: "Groups related issues into a larger initiative"
- name: "release-blocker"
color: "b60205"
description: "Blocks the upcoming release"
- name: "issues-diagram"
color: "bfd4f2"
description: "CI-automated priority tree and dependency graph"