Skip to content

Commit 5d6311a

Browse files
authored
feat: add ":(" to the end of type: bug label description (#456)
<!-- 👋 Hi, thanks for sending a PR to template-typescript-node-package! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #454 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Add ":(" to the end of type: bug label description to make it more interesting <!-- Description of what is changed and how the code change does that. -->
1 parent d95fdf1 commit 5d6311a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/labels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"color": "d73a4a",
64-
"description": "Something isn't working",
64+
"description": "Something isn't working :(",
6565
"name": "type: bug"
6666
},
6767
{

0 commit comments

Comments
 (0)