Skip to content

Commit 81249f6

Browse files
authored
Merge pull request #133 from imjoseangel/feature/ansiblecontrib
Add Ansible to Project List
2 parents fad6f5f + 24e887d commit 81249f6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,12 +661,20 @@ const projectList = [
661661
projectLink: 'https://github.com/mattermost/mattermost-server/contribute',
662662
description: 'Open source Slack-alternative for DevOps teams',
663663
tags: ['Go', 'Javascript', 'React', 'React Native'],
664-
}, {
664+
},
665+
{
665666
name: 'Markdown Dungeon',
666667
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',
667668
projectLink: 'https://github.com/MakeContributions/markdown-dungeon#contribution-guidelines',
668669
description: 'This is an example that how to use Markdown creating a dungeon.',
669670
tags: ['Markdown', 'Good First Issue', 'Beginner'],
671+
},
672+
{
673+
name: 'Ansible',
674+
imageSrc: 'https://avatars1.githubusercontent.com/u/1507452?s=200&v=4',
675+
projectLink: 'https://docs.ansible.com/ansible/latest/community/index.html',
676+
description: 'Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.',
677+
tags: ['Python', 'Automated-Testingg', 'Beginner'],
670678
}
671679
];
672680
export default projectList;

0 commit comments

Comments
 (0)