2
2
export const outcomeLabels = [
3
3
{
4
4
color : "0075ca" ,
5
- description : "Improvements or additions to docs" ,
5
+ description : "Improvements or additions to docs 📝 " ,
6
6
name : "area: documentation" ,
7
7
} ,
8
8
{
9
9
color : "6009D7" ,
10
10
description :
11
- "Improving how the repository's tests are run and/or code is tested" ,
11
+ "Improving how the repository's tests are run and/or code is tested 🧪 " ,
12
12
name : "area: testing" ,
13
13
} ,
14
14
{
15
15
color : "f9d0c4" ,
16
- description : "Managing the repository's maintenance" ,
16
+ description : "Managing the repository's maintenance 🛠️ " ,
17
17
name : "area: tooling" ,
18
18
} ,
19
19
{
20
20
color : "5319E7" ,
21
- description : "Good for newcomers, please hop on!" ,
21
+ description : "Good for newcomers, please hop on! 🙌 " ,
22
22
name : "good first issue" ,
23
23
} ,
24
24
{
@@ -28,7 +28,7 @@ export const outcomeLabels = [
28
28
} ,
29
29
{
30
30
color : "0E8A16" ,
31
- description : "Please, send a pull request to resolve this!" ,
31
+ description : "Please, send a pull request to resolve this! 🙏 " ,
32
32
name : "status: accepting prs" ,
33
33
} ,
34
34
{
@@ -38,7 +38,7 @@ export const outcomeLabels = [
38
38
} ,
39
39
{
40
40
color : "#ddcccc" ,
41
- description : "Waiting for something else to be resolved" ,
41
+ description : "Waiting for something else to be resolved 🙅 " ,
42
42
name : "status: blocked" ,
43
43
} ,
44
44
{
@@ -53,7 +53,7 @@ export const outcomeLabels = [
53
53
} ,
54
54
{
55
55
color : "D3F82D" ,
56
- description : "Further research required...?" ,
56
+ description : "Further research required...? 🔎 " ,
57
57
name : "status: needs investigation" ,
58
58
} ,
59
59
{
@@ -68,12 +68,12 @@ export const outcomeLabels = [
68
68
} ,
69
69
{
70
70
color : "d73a4a" ,
71
- description : "Something isn't working :(" ,
71
+ description : "Something isn't working :( 🐛 " ,
72
72
name : "type: bug" ,
73
73
} ,
74
74
{
75
75
color : "a2eeef" ,
76
- description : "New enhancement or request" ,
76
+ description : "New enhancement or request 🚀 " ,
77
77
name : "type: feature" ,
78
78
} ,
79
79
{
@@ -83,7 +83,7 @@ export const outcomeLabels = [
83
83
} ,
84
84
{
85
85
color : "fde282" ,
86
- description : "Tech debt or other code/repository cleanups" ,
86
+ description : "Tech debt or other code/repository cleanups 🧹 " ,
87
87
name : "type: cleanup" ,
88
88
} ,
89
89
] ;
0 commit comments