├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ └── new-idea.md └── README.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Zubi Community Support 4 | url: https://community.zubi.io/ 5 | about: Please ask and answer questions here. 6 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new-idea.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: new-idea.md 3 | about: Use this template to propose a new idea 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Before you start, please follow this format for your issue title**: 11 | PROJECT NAME 12 | 13 | ## ℹ️ Project information 14 | _Please complete all applicable._ 15 | 16 | - **Project Name**: 17 | - **Short Project Description**: _One line crisp description of your project_ 18 | - **Any supporting Link**: _(if any, this might contain a website/ mobile application link/ short video, etc.)_ 19 | - **Labels**: _Mention the labels you wish to apply here_ 20 | 21 | ## 🔥 Your Pitch 22 | _Kindly write a detailed description for your project. Please do not use more than 500 words_ 23 | 24 | 25 | ## 🔦 Looking for a help in? 26 | _Can be Looking for teammates having skills in React.js or Looking for a mentor experienced in Data Structures to help me select optimised algorithm etc._
27 | 28 | 29 | ## ✅ Checklist 30 | 31 | **Before you post the issue**: 32 | - [ ] You have followed the issue title format. 33 | - [ ] You have mentioned the correct labels. 34 | - [ ] You have provided all the information correctly. 35 | - [ ] Priority 36 | - [ ] **#1** : High 37 | - [ ] **#2** : Medium 38 | - [ ] **#3** : Low 39 | - [ ] I understand that a reviewer will merge my pull request after examining it or ask for changes in case needed. 40 | - [ ] I have [joined the telegram group](https://t.me/zubi_io). 41 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Zubi Project Ideas 2 | 3 | #### [View completed projects here!](#completed-hall-of-fame) 4 | 5 | > :open_hands: Ever had a cool idea for an Open Source project but didn't have the time to implement it yourself? Let someone else give it a try! 6 | 7 | See all ideas in the [issues list](https://github.com/Zubi-io/Project-Ideas/issues). 8 | 9 | For many working with Open Source, good ideas or cool projects aren't the limiting factor. Time is. But there are a lot of different people out there with various levels of experience and background. Some want to create open source projects, but don't know where to start or what to create. Why don't we solve both of these problems with each other's help? :bird: :chicken: :boom: 10 | 11 | This repo tries to collect ideas for Open Source projects focused on emerging technologies that are up for grabs. It's much better for a project to see the light of day instead of slowly dying in a dusty Reminders-list in some way-too-small iCloud storage. 12 | 13 | **Let's show what open in Open Source means by creating a welcoming, inclusive and supportive community for all that want to be involved.** Our hope is that we can get more people involved with Open Source, learning the customary behavior and continuing to drive the open community forward. 14 | 15 |
16 | Epic Collaboration Five 17 |
18 | 19 | --- 20 | 21 | #### Check out what's currently in the works! 22 | 23 | See all the [current project suggestions](https://github.com/Zubi-io/Project-Ideas/issues). Or filter by required time (ETA): 24 | 25 | * [`Little work`](https://github.com/Zubi-io/Project-Ideas/labels/Little%20Work) 26 | * [`Medium work`](https://github.com/Zubi-io/Project-Ideas/labels/Medium%20work) 27 | * [`Much work`](https://github.com/Zubi-io/Project-Ideas/labels/Much%20work) 28 | 29 | Or filter by estimated experience level: 30 | 31 | * [`Beginner`](https://github.com/Zubi-io/Project-Ideas/issues?q=is%3Aissue+is%3Aopen+label%3ABeginner) 32 | * [`Intermediate`](https://github.com/Zubi-io/Project-Ideas/issues?q=is%3Aissue+is%3Aopen+label%3AIntermediate) 33 | * [`Advanced`](https://github.com/Zubi-io/Project-Ideas/issues?q=is%3Aissue+is%3Aopen+label%3AAdvanced) 34 | 35 | Or filter by tech category: 36 | 37 | * [`IoT`](https://github.com/Zubi-io/Project-Ideas/labels/Internet%20of%20Things) 38 | * [`AI/ML`](https://github.com/Zubi-io/Project-Ideas/labels/Artificial%20Intelligence) 39 | * [`Voice Assistant`](https://github.com/Zubi-io/Project-Ideas/labels/Voice%20Assistant) 40 | * [`AR/VR`](https://github.com/Zubi-io/Project-Ideas/labels/AR%2FVR) 41 | * [`Bots`](https://github.com/Zubi-io/Project-Ideas/labels/Bots) 42 | * [`Blockchain`](https://github.com/Zubi-io/Project-Ideas/labels/Blockchain) 43 | 44 | Or if you are totally new to open source and development, you can check out: 45 | 46 | * [`First Contribute`](https://github.com/Zubi-io/Project-Ideas/issues?q=is%3Aopen+is%3Aissue+label%3A%22First+Contribute%22) 47 | 48 | 49 | This project adheres to the [Contributor Covenant code of conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. 50 | 51 | ## How it works 52 | 53 | Remember to watch the repo to get updates on all issues and comments. 54 | 55 | ### I've got an idea to share 56 | 57 | If there is anyone with cool ideas for projects and doesn't have the time to create them, [post it as an issue](https://github.com/Zubi-io/Project-Ideas/issues/new) on this repo, mark it with the appropriate label(s) and advertise it if you so please. 58 | 59 | Try to include as much information as needed to implement the project, and be open to answering questions if necessary. Add a label to the project for whether it is estimated to be [`Little work`](https://github.com/Zubi-io/Project-Ideas/labels/Little%20work), [`Medium work`](https://github.com/Zubi-io/Project-Ideas/labels/Medium%20work) or [`Much work`](https://github.com/Zubi-io/Project-Ideas/labels/Much%20work). 60 |
61 | Also, try to answer the issue template as correctly as possible. If the project is perfect for first-timers, label the issue as [`First Contribute`](https://github.com/Zubi-io/Project-Ideas/labels/First%20Contribute). 62 |
63 | Finally, try to label the issue with the most appropriate tech categor(y|ies) to attract excited, motivated developers to your idea! (see list above) 64 | 65 | ### I want to create a project 66 | 67 | If you are Open Source-curious or just looking for your next project, you can look through the Issue-list and pick one of your liking. If anything captures your imagination, you can join the issue by commenting on it. If there are people who want to cooperate, that's fantastic. Just submit a comment and the person who created the issue can answer. 68 | 69 | Feel free to keep the issue updated with the progress of the project and ask for help if needed. When the project is finished/published, add a link to the published project and the issue can be closed (and you & your teammates will make the Completed Hall of Fame below!) 70 | 71 | ### If it already exists 72 | 73 | As is often the case with Open Source, a project already exists, but people aren't aware that it does. If there are any issues opened that already exist in the real world, let us know and the issue will be closed (with a link to the existing project for people to use). 74 | 75 | --- 76 | 77 | # Completed Hall of Fame 78 | 79 | ### [rohitagarwal0910/LancerSquare](https://github.com/rohitagarwal0910/LancerSquare) 80 | 81 | - :white_check_mark: Completed by [@Rohit Agarwal](https://github.com/rohitagarwal0910/) 82 | - :heart: Pitched in [issue #11](https://github.com/Zubi-io/Project-Ideas/issues/11) 83 | - :rocket: Website [https://lancersquare.herokuapp.com](https://lancersquare.herokuapp.com) 84 | 85 | --- 86 | 87 | _(Cover image originally from [WorldArtsMe](http://worldartsme.com/))_ 88 | --------------------------------------------------------------------------------