Skip to content

Commit 61985e2

Browse files
feat: add emoji to label descriptions
1 parent 157f930 commit 61985e2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/steps/initializeGitHubRepository/labels/outcomeLabels.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
export const outcomeLabels = [
33
{
44
color: "0075ca",
5-
description: "Improvements or additions to docs",
5+
description: "Improvements or additions to docs 📝",
66
name: "area: documentation",
77
},
88
{
99
color: "6009D7",
1010
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 🧪",
1212
name: "area: testing",
1313
},
1414
{
1515
color: "f9d0c4",
16-
description: "Managing the repository's maintenance",
16+
description: "Managing the repository's maintenance 🛠️",
1717
name: "area: tooling",
1818
},
1919
{
2020
color: "5319E7",
21-
description: "Good for newcomers, please hop on!",
21+
description: "Good for newcomers, please hop on! 🙌",
2222
name: "good first issue",
2323
},
2424
{
@@ -28,7 +28,7 @@ export const outcomeLabels = [
2828
},
2929
{
3030
color: "0E8A16",
31-
description: "Please, send a pull request to resolve this!",
31+
description: "Please, send a pull request to resolve this! 🙏",
3232
name: "status: accepting prs",
3333
},
3434
{
@@ -38,7 +38,7 @@ export const outcomeLabels = [
3838
},
3939
{
4040
color: "#ddcccc",
41-
description: "Waiting for something else to be resolved",
41+
description: "Waiting for something else to be resolved 🙅",
4242
name: "status: blocked",
4343
},
4444
{
@@ -53,7 +53,7 @@ export const outcomeLabels = [
5353
},
5454
{
5555
color: "D3F82D",
56-
description: "Further research required...?",
56+
description: "Further research required...? 🔎",
5757
name: "status: needs investigation",
5858
},
5959
{
@@ -68,12 +68,12 @@ export const outcomeLabels = [
6868
},
6969
{
7070
color: "d73a4a",
71-
description: "Something isn't working :(",
71+
description: "Something isn't working :( 🐛",
7272
name: "type: bug",
7373
},
7474
{
7575
color: "a2eeef",
76-
description: "New enhancement or request",
76+
description: "New enhancement or request 🚀",
7777
name: "type: feature",
7878
},
7979
{
@@ -83,7 +83,7 @@ export const outcomeLabels = [
8383
},
8484
{
8585
color: "fde282",
86-
description: "Tech debt or other code/repository cleanups",
86+
description: "Tech debt or other code/repository cleanups 🧹",
8787
name: "type: cleanup",
8888
},
8989
];

0 commit comments

Comments
 (0)