Skip to content

Commit fa71181

Browse files
authored
Add Mattermost to list of projects
Mattermost has a contributor program with - list of help wanted issues ranging from easy to medium to hard tasks: https://github.com/mattermost/mattermost-server/contribute - getting started guide for contributors: https://developers.mattermost.com/contribute/getting-started/
1 parent ad903b7 commit fa71181

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,13 @@ const projectList = [
647647
projectLink: 'https://github.com/TroyTae/game-of-life/contribute',
648648
description: 'Conway\'s game of life web version!',
649649
tags: ['Javascript', 'Typescript', 'Good First Issue'],
650+
},
651+
{
652+
name: 'Mattermost',
653+
imageSrc: 'https://raw.githubusercontent.com/mattermost/mattermost-handbook/3b54c2cd1f823d1ea012ce45d1baa61fb4fbedbc/.gitbook/assets/branding/logo-downloads/mattermost-logo-vertical-blue.png',
654+
projectLink: 'https://github.com/mattermost/mattermost-server/contribute',
655+
description: 'Open source Slack-alternative for DevOps teams',
656+
tags: ['Go', 'Javascript', 'React', 'React Native'],
650657
}
651658
];
652659
export default projectList;

0 commit comments

Comments
 (0)