From 922a46d7c5a8485dea05050851ceef1e3a138a5b Mon Sep 17 00:00:00 2001 From: Shrirang Borde <68811459+ShrirangB@users.noreply.github.com> Date: Tue, 26 Dec 2023 22:52:20 +0530 Subject: [PATCH] Update labels.json #503 Added good first issue label #503 in label.json file --- .github/labels.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/labels.json b/.github/labels.json index 3b8a2af4..778c0c89 100644 --- a/.github/labels.json +++ b/.github/labels.json @@ -250,5 +250,11 @@ "color": "eae3e7", "description": "You can still do it another way", "aliases": [] + }, + { + "name": "good first issue", + "color": "b0fc38", + "description": "Feel free to seek assistance when needed", + "aliases": [] } -] \ No newline at end of file +]