Skip to content

Commit c0ddcfb

Browse files
authored
Merge pull request #131 from MakeContributions/source
Add markdown-dungeon project
2 parents bd9868b + cd385d6 commit c0ddcfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,12 @@ 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+
}, {
665+
name: 'Markdown Dungeon',
666+
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',
667+
projectLink: 'https://github.com/MakeContributions/markdown-dungeon#contribution-guidelines',
668+
description: 'This is an example that how to use Markdown creating a dungeon.',
669+
tags: ['Markdown', 'Good First Issue', 'Beginner'],
664670
}
665671
];
666672
export default projectList;

0 commit comments

Comments
 (0)