-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.json
More file actions
164 lines (164 loc) · 4.07 KB
/
labels.json
File metadata and controls
164 lines (164 loc) · 4.07 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
{
"labels": [
{
"phase": "Phase 1: Core Transparency",
"items": [
{
"name": "📢ANNOUNCEMENT",
"color": "0e8a16",
"description": "Public stakeholder announcements"
},
{
"name": "📝CHANGELOG",
"color": "1d76db",
"description": "Should appear in public changelog"
},
{
"name": "🎮PLAYER-IMPACT",
"color": "e99695",
"description": "Directly impacts players"
},
{
"name": "💥BREAKING-CHANGE",
"color": "b60205",
"description": "Breaking changes"
}
]
},
{
"phase": "Phase 2: Deployment Visibility",
"items": [
{
"name": "🚀READY-FOR-DEPLOY",
"color": "0e8a16",
"description": "Ready for deployment"
},
{
"name": "✅PRODUCTION",
"color": "0e8a16",
"description": "Live in production"
},
{
"name": "🔄STAGING",
"color": "fbca04",
"description": "In staging environment"
}
]
},
{
"phase": "Phase 3: Security & Trust",
"items": [
{
"name": "🔒SECURITY",
"color": "d93f0b",
"description": "Security-related issues/changes"
},
{
"name": "🛡️AUDIT",
"color": "5319e7",
"description": "Needs security/compliance audit"
},
{
"name": "🔐COMPLIANCE",
"color": "b60205",
"description": "Regulatory compliance matters"
}
]
},
{
"phase": "Phase 4: Process Enhancement",
"items": [
{
"name": "🎯IN-PROGRESS",
"color": "c2e0c6",
"description": "Currently being worked on"
},
{
"name": "⏳WAITING",
"color": "fef2c0",
"description": "Waiting on external response"
},
{
"name": "💬DISCUSSION",
"color": "cc317c",
"description": "Open for community/stakeholder discussion"
},
{
"name": "🔥HOTFIX",
"color": "d93f0b",
"description": "Urgent production fix"
}
]
},
{
"phase": "Additional Quality & Workflow Labels",
"items": [
{
"name": "🔍INVESTIGATING",
"color": "d4c5f9",
"description": "Under investigation"
},
{
"name": "✨FEATURE",
"color": "a2eeef",
"description": "New feature development"
},
{
"name": "♻️REFACTOR",
"color": "c5def5",
"description": "Code refactoring"
},
{
"name": "📈IMPROVEMENT",
"color": "84b6eb",
"description": "Performance/quality improvement"
},
{
"name": "💼BUSINESS-DECISION",
"color": "d4c5f9",
"description": "Requires business decision"
},
{
"name": "📊REPORTING",
"color": "bfdadc",
"description": "For stakeholder reports"
},
{
"name": "💡NEEDS-SPEC",
"color": "f9d0c4",
"description": "Needs detailed specification"
},
{
"name": "🧪TESTING",
"color": "d4c5f9",
"description": "Testing-related"
},
{
"name": "✅VERIFIED",
"color": "0e8a16",
"description": "Tested and verified"
},
{
"name": "🐛REGRESSION",
"color": "ee0701",
"description": "Regression bug"
},
{
"name": "🟢Priority:LOW",
"color": "0e8a16",
"description": "P3 - LOW"
},
{
"name": "👀NEEDS-REVIEW",
"color": "fbca04",
"description": "Requires stakeholder review"
},
{
"name": "🏷️RELEASE",
"color": "5319e7",
"description": "Release-related items"
}
]
}
]
}