Add projects to project list
See original GitHub issueIt’d be awesome to have a lot more suggested projects
🐞 Problem Currently we have only a bunch of projects in project suggestions
🎯 Goal Have a lot of project suggestions from diverse domains, languages, frameworks
💡 Possible solutions Add new projects. We maintain the list of projects at https://github.com/firstcontributions/firstcontributions.github.io/blob/source/src/components/ProjectList/listOfProjects.js Change this file and add details of new project. Make sure you add all fields like other projects you see there
You just have to add and entry similar to the followig
{
name: 'Qute Browser',
imageSrc: 'https://avatars1.githubusercontent.com/u/21955151?s=200&v=4',
githubLink:
'https://github.com/qutebrowser/qutebrowser',
description: 'A keyboard-driven, vim-like browser based on PyQt5',
tags: ['Python','Qt','pyqt5','Vim','Browser','qtWebEngine','web']
},
Don’t know any projects you wanna add? Check out https://github.com/MunGell/awesome-for-beginners where there’s a list of a boatload of projects
📋 Steps to solve the problem
Comment below about what you’ve started working on. Add, commit, push your changes Submit a pull request and add this in comments - Addresses #<put issue number here> Ask for a review in comments section of pull request Celebrate your contribution to this project 🎉
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:40 (30 by maintainers)
Top GitHub Comments
Added my open source game project as well: Ancient Beast https://AncientBeast.com https://github.com/FreezingMoon/AncientBeast
See this PR and hopefully merge if all good: https://github.com/firstcontributions/firstcontributions.github.io/pull/283
Hi @Roshanjossey , added a new project Salt in PR #277. Let me know if you have any questions. Thanks!