From 623d78c97f779dbc6ff60a7be0d7c464309f2f8f Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Fri, 10 Jan 2025 20:30:34 +0000 Subject: [PATCH] Cleanup mattermost's entry The link was pointing to an issue search, which I am working to remove (see commit beforehand). I moved the two beginner indicative issue labels to the label section and mentioned the use of "Up For Grabs" in the description. --- data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 479fdd7..d5b06cd 100644 --- a/data.json +++ b/data.json @@ -275,12 +275,13 @@ }, { "name": "Mattermost", - "link": "https://github.com/mattermost/mattermost-server/issues?utf8=✓&q=is:open+label:\"Up+For+Grabs\"+label:\"Difficulty/1:Easy\"+label:\"Tech/Go\"", + "link": "https://github.com/mattermost/mattermost", + "label": "Good First Issue, Difficulty/1:Easy", "technologies": [ "Go", "JavaScript" ], - "description": "Open source Slack-alternative in Golang and React" + "description": "Open source Slack-alternative in Golang and React
Look for issues labelled 'Up For Grabs'" }, { "name": "Moby",