├── .github ├── stale.yml └── pull_request_template.md ├── CONTRIBUTING.md └── README.md /.github/stale.yml: -------------------------------------------------------------------------------- 1 | daysUntilStale: 5 2 | daysUntilClose: 1 3 | closeComment: false 4 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | Please complete the following checklist if your PR is adding new link to the list: 2 | 3 | - [ ] I've read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/master/CONTRIBUTING.md) 4 | - [ ] This PR does not introduce duplicates to the list 5 | - [ ] The link is added at the bottom of the list category 6 | - [ ] Suggested repository is maintained, have active community, is able to mentor new contributors and have issues with the suggested label 7 | - [ ] The link I add follows the suggested pattern: 8 | 9 | ``` 10 | - [Repository Name](link-to-repository-label) _(label: beginner-friendly-label-in-the-repository)_
Description 11 | ``` 12 | 13 | Example link formatting: 14 | 15 | ``` 16 | - [awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners/labels/good-first-contribution) _(label: good-first-contribution)_
A list of awesome beginners-friendly projects. 17 | ``` 18 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please ensure your pull request adheres to the following guidelines: 4 | 5 | - Search previous suggestions before making a new one, as yours may be a duplicate. 6 | - Make sure your contribution is useful and relevant before submitting. That implies it having enough content and every item has a good succinct description. 7 | - Make an individual pull request for each suggestion. 8 | - Use the following format: `- [Repository Name](link-to-repository-label) _(label: beginner-friendly-label-in-the-repository)_
Description` 9 | - Example link formatting: `- [awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners/labels/good-first-contribution) _(label: good-first-contribution)_
A list of awesome beginners-friendly projects.` 10 | - Link additions should be added to the bottom of the relevant category. 11 | - New categories or improvements to the existing categorization are welcome. 12 | - Check your spelling and grammar. 13 | - Make sure your text editor is set to remove trailing whitespace. 14 | - The pull request and commit should be given a meaningful title. 15 | - Make sure to give a description about your pull request. 16 | - If label does not clearly state its "beginner friendly" purpose, please make sure to confirm with maintainer that it is used for such issues. Please include the link to where maintainer confirms it in the PR. See examples below: 17 | - Repository called "HornsAndHoovesJs" has label `good-first-contribution`. This PR does not need to be confirmed with the maintainer and can be merged straight away. 18 | - Repository called "bicycle-wheels-php" has label `easy`. This PR must be confirmed with the maintainer of "bicycle-wheels-php". The issue link where the maintainer confirms that label `easy` is used in the repository for beginner-friendly tasks has to be provided in the PR description. 19 | - Maintainer confirmation is also required in case repository has more than one beginner-friendly-like label (e.g. `low-hanging-fruit` and `up-for-grabs`). 20 | - Contributed repository must be maintained, have active community to be able to help newcomers and have issues with appropriate label. 21 | - Links must be pointing directly to the repository, no tracking links allowed. This list is not for advertising purposes. 22 | 23 | Thank you for your suggestions! 24 | 25 | (This file was partially copied from [awesome-speaking](https://github.com/matteofigus/awesome-speaking)) 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome First PR Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | A list of awesome beginner-friendly projects. 4 | 5 | Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post. 6 | 7 | If you are a maintainer for open-source projects, add the label `first-timers-only` (or similar) to your project and list it here so that people can find it. 8 | 9 | If you are looking to contribute, then explore this list, look at [`first-timers-only` labelled open issues on Github](https://github.com/search?utf8=%E2%9C%93&q=label%3Afirst-timers-only+is%3Aissue+is%3Aopen&type=), and follow [@first_tmrs_only](https://twitter.com/first_tmrs_only) on Twitter to be notified when a new `first-timers-only` issue is created. 10 | 11 | If you are not a programmer, but would like to contribute, check out the [Awesome for non-programmers](https://github.com/szabgab/awesome-for-non-programmers) list. 12 | 13 | ## Table of Contents: 14 | 15 | - [.NET](#net) 16 | - [C](#c) 17 | - [C#](#c-1) 18 | - [C++](#c-2) 19 | - [Clojure](#clojure) 20 | - [ClojureScript](#clojurescript) 21 | - [Dart](#dart) 22 | - [Elixir](#elixir) 23 | - [Go](#go) 24 | - [Java](#java) 25 | - [JavaScript](#javascript) 26 | - [Julia](#julia) 27 | - [Kotlin](#kotlin) 28 | - [LaTeX](#latex) 29 | - [Perl](#perl) 30 | - [PHP](#php) 31 | - [Python](#python) 32 | - [Ruby](#ruby) 33 | - [Rust](#rust) 34 | - [Scala](#scala) 35 | - [Swift](#swift) 36 | - [TypeScript](#typescript) 37 | 38 | ## .NET 39 | 40 | - [MvvmCross](https://github.com/MvvmCross/MvvmCross/labels/first-timers-only) _(label: first-timers-only)_
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac. 41 | - [RawCMS](https://github.com/arduosoft/RawCMS/labels/good%20first%20issue) _(label: good first issue)_
RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology. 42 | - [Shouldly](https://github.com/shouldly/shouldly/labels/Jump-In) _(label: Jump-In)_
Should testing for .net - the way Asserting *Should* be! 43 | 44 | ## C 45 | 46 | - [Neovim](https://github.com/neovim/neovim/labels/good%20first%20issue) _(label: good first issue)_
Vim-fork focused on extensibility and agility. 47 | 48 | ## C# 49 | 50 | - [OpenRA](https://github.com/OpenRA/OpenRA/labels/Easy) _(label: Easy)_
A Real Time Strategy game engine supporting early Westwood classics such as Command & Conquer: Red Alert. 51 | - [osu!](https://github.com/ppy/osu/labels/good%20first%20issue) _(label: good first issue)_
Music game. Rhythm is just a *click* away! 52 | 53 | ## C++ 54 | 55 | - [electron](https://github.com/electron/electron/labels/good%20first%20issue) _(label: good first issue)_
Build cross platform desktop apps with JavaScript, HTML, and CSS 56 | - [Godot Engine](https://github.com/godotengine/godot/labels/junior%20job) _(label: junior job)_
2D and 3D cross-platform game engine. Also has C# and Python code. 57 | - [projectM](https://github.com/projectM-visualizer/projectm/labels/good%20first%20issue) _(label: good first issue)_
A music visualizer library using OpenGL and GLSL. Has applications using Qt5, SDL, emscripten, iTunes, Kodi. 58 | - [Roc](https://github.com/roc-project/roc/labels/help%20wanted) _(label: help wanted)_
A toolkit for real-time audio streaming over the network. 59 | - [tensorflow](https://github.com/tensorflow/tensorflow/labels/stat%3Acontributions%20welcome) _(label: stat:contributions welcome)_
Computation using data flow graphs for scalable machine learning 60 | 61 | ## Clojure 62 | 63 | - [Alda](https://github.com/alda-lang/alda/labels/low-hanging%20fruit) _(label: low-hanging-fruit)_
A music programming language for musicians. :notes: 64 | 65 | ## ClojureScript 66 | 67 | - [LightTable](https://github.com/LightTable/LightTable/labels/good%20first%20issue) _(label: good first issue)_
The Next Generation code editor! One of the top funded projects on KickStarter. 68 | 69 | ## Dart 70 | 71 | - [dart.dev](https://github.com/dart-lang/site-www/labels/beginner) _(label: beginner)_
A website covering Dart language and common libraries, for developers of Dart libraries, web apps, server-side code, and mobile (Flutter) apps. 72 | 73 | ## Elixir 74 | 75 | - [Ecto](https://github.com/elixir-ecto/ecto/labels/Level%3AStarter) _(label: Level:Starter)_
Ecto is a database wrapper and language integrated query for Elixir 76 | - [Elixir](https://github.com/elixir-lang/elixir/labels/Level%3AStarter) _(label: Level:Starter)_
Elixir is a dynamic, functional language designed for building scalable and maintainable applications 77 | 78 | ## Go 79 | 80 | - [CockroachDB](https://github.com/cockroachdb/cockroach/labels/good%20first%20issue) _(label: good first issue)_
The Scalable, Survivable, Strongly-Consistent SQL Database 81 | - [Docker/CLI](https://github.com/docker/cli/labels/exp%2Fbeginner) _(label: exp/beginner)_
The Docker CLI 82 | - [Helm](https://github.com/kubernetes/helm/labels/good%20first%20issue) _(label: good first issue)_
The Kubernetes Package Manager 83 | - [Hugo](https://github.com/spf13/hugo/labels/exp%2Fbeginner) _(label: exp/beginner)_
A Fast and Flexible Static Site Generator built with love in GoLang 84 | - [Kubernetes](https://github.com/kubernetes/kubernetes/labels/good%20first%20issue) _(label: good first issue)_
Production-Grade Container Scheduling and Management System 85 | - [Mattermost](https://github.com/mattermost/mattermost-server/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22Up+For+Grabs%22+label%3A%22Difficulty%2F1%3AEasy%22+label%3A%22Tech%2FGo%22+) _(label: Up For Grabs, Difficulty/1:Easy, Tech/Go)_
Open source Slack-alternative in Golang and React 86 | - [Moby](https://github.com/moby/moby/labels/exp%2Fbeginner) _(label: exp/beginner)_
Open-source application container engine 87 | - [Terraform](https://github.com/hashicorp/terraform/labels/good%20first%20issue) _(label: good first issue)_
A tool for building, changing, and versioning infrastructure safely and efficiently. 88 | - [TiDB](https://github.com/pingcap/tidb/labels/for%20new%20contributors) _(label: for new contributors)_
A distributed scalable Hybrid Transactional and Analytical Processing (HTAP) database 89 | - [script](https://github.com/bitfield/script/labels/good%20first%20issue) _(label: good first issue)_
A Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on. Beginners are very welcome and will get detailed code review and help through the PR process. 90 | - [httpexpect](https://github.com/gavv/httpexpect/labels/help%20wanted) _(label: help wanted)_
End-to-end HTTP and REST API testing for Go. 91 | 92 | ## Java 93 | 94 | - [Strongbox](https://github.com/strongbox/strongbox/labels/good%20first%20issue) _(label: good first issue)_
Strongbox is an artifact repository manager written in Java. 95 | - [TEAMMATES](https://github.com/TEAMMATES/teammates/labels/d.FirstTimers) _(label: d.FirstTimers)_
TEAMMATES is a free online tool for managing peer evaluations and other feedback paths of your students. 96 | - [elasticsearch](https://github.com/elastic/elasticsearch/labels/good%20first%20issue) _(label: good first issue)_
Open Source, Distributed, RESTful Search Engine. 97 | - [JabRef](https://github.com/JabRef/jabref/labels/good%20first%20issue) _(label: good first issue)_
Desktop application for managing literature references using modern Java features including JavaFX. [Dedicated to code quality and constructive feedback](https://devdocs.jabref.org/getting-into-the-code/development-strategy): Each Pull Request is reviewed by two developers to provide high-quality feedback and to ensure high quality of new contributions. 98 | - [Wikimedia Commons Android App](https://github.com/commons-app/apps-android-commons/labels/good%20first%20issue) _(label: good first issue)_
Allows users to upload pictures from their Android phone/tablet to Wikimedia Commons. 99 | - [XWiki](https://jira.xwiki.org/issues/?jql=labels%20%3D%20Onboarding) _(label: Onboarding)_
[XWiki](http://xwiki.org) is a free wiki software platform written in Java with a design emphasis on extensibility. Beginners should follow the [onboarding wiki](http://dev.xwiki.org/xwiki/bin/view/Onboarding/). 100 | - [zerocode](https://github.com/authorjapps/zerocode/labels/good%20first%20issue) _(label: good first issue)_
API Automation without coding, easy JSON response assertions, Testing REST, SOAP, Kafka and Java/DB APIs, CI/Jenkins Friendly. 101 | - [SirixDB](https://github.com/sirixdb/sirix/labels/good%20first%20issue) _(label: good first issue)_
SirixDB is an evolutionary, versioned NoSQL document store (XML and JSON) written (mostly) in Java. It stores compact snapshots during commits with many concepts borrowed from ZFS and Git. Each revision is indexed and the document store can be queried with temporal queries. It's especially well stuited for modern hardware. 102 | - [Images-to-PDF](https://github.com/Swati4star/Images-to-PDF/labels/good%20first%20issue) _(label: good first issue)_
An android app to convert images to PDF file. 103 | 104 | ## JavaScript 105 | 106 | - [name-suggestion-index](https://github.com/osmlab/name-suggestion-index/labels/good%20first%20issue) _(label: good first issue)_
Canonical common brand names for OpenStreetMap 107 | - [iD](https://github.com/openstreetmap/iD/labels/good%20first%20issue) _(label: good first issue)_
The easy-to-use OpenStreetMap editor in JavaScript. 108 | - [missioncontrol](https://github.com/davfoundation/missioncontrol/labels/first-timers-only) _(label: first-timers-only)_
Mission Control is a free and open marketplace connecting autonomous vehicles (e.g., drones) with users looking for services such as package deliveries. 109 | - [missions](https://github.com/davfoundation/missions/labels/first-timers-only) _(label: first-timers-only)_
Missions is a mobile web app connecting DAV users looking to ship packages with autonomous drones looking for work in an open and free marketplace. 110 | - [annyang](https://github.com/TalAter/annyang/labels/first-timers-only) _(label: first-timers-only)_
A popular Speech Recognition library used to communicate with everything from websites to smart mirrors to flying drones. 111 | - [PouchDB](https://github.com/pouchdb/pouchdb/labels/first%20timers%20only) _(label: first time only)_
PouchDB is a pocket-sized database. 112 | - [Leaflet](https://github.com/Leaflet/Leaflet/labels/good%20first%20issue) _(label: good first issue)_
JavaScript library for mobile-friendly interactive maps. 113 | - [Dragula](https://github.com/bevacqua/dragula/labels/first-timers-only) _(label: first-timers-only)_
Drag and drop so simple it hurts. 114 | - [history](https://github.com/rackt/history/labels/good-for-beginner) _(label: good-for-beginner)_
A minimal, functional history library for JavaScript. 115 | - [TodoMVC](https://github.com/tastejs/todomvc/labels/first%20time%20contributor) _(label: first time contributor)_
Helping you select an MV\* framework by implementing Todo in lots of Javascript apps. 116 | - [Adobe Brackets](https://github.com/adobe/brackets/issues?q=is%3Aopen+is%3Aissue+label%3A%22starter+bug%22) _(label: starter bug)_
An open source code editor for the web, written in JavaScript, HTML and CSS. 117 | - [AVA](https://github.com/sindresorhus/ava/labels/good%20for%20beginner) _(label: good for beginner)_
Futuristic test runner. 118 | - [Kinto.js](https://github.com/Kinto/kinto.js/labels/easy-pick) _(label: easy-pick)_
An offline-first JavaScript client leveraging the [Kinto API](http://kinto.readthedocs.org/) for remote data synchronization. 119 | - [ESLint](https://github.com/eslint/eslint/labels/good%20first%20issue) _(label: good first issue)_
A fully pluggable tool for identifying and reporting on patterns in JavaScript. 120 | - [Webpack](https://github.com/webpack/webpack/labels/D0%3A%20My%20First%20Commit%20%28Contrib.%20Difficulty%29) _(label: D0: My First Commit (Contrib. Difficulty))_
A bundler for javascript and friends. 121 | - [Tessel 2 CLI](https://github.com/tessel/t2-cli/labels/contribution-starter) _(label: contribution-starter)_
Command line interface to Tessel 2. 122 | - [Ember.js](https://github.com/emberjs/ember.js/labels/Good%20for%20New%20Contributors) _(label: Good for New Contributors)_
A JavaScript framework for creating ambitious web applications. 123 | - [Ember.js Data](https://github.com/emberjs/data/labels/Good%20for%20New%20Contributors) _(label: Good for New Contributors)_
A data persistence library for Ember.js. 124 | - [FreeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/labels/first%20timers%20welcome) _(label: first timers welcome)_
Open source codebase and curriculum. Learn to code and help nonprofits. 125 | - [Ghost](https://github.com/TryGhost/Ghost/labels/good%20first%20issue) _(label: good first issue)_
Just a blogging platform 126 | - [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn/labels/good%20for%20beginner) _(label: good for beginner)_
Awesome ESLint rules. 127 | - [Hyper](https://github.com/zeit/hyper/labels/good%20first%20issue) _(label: good first issue)_
JS/HTML/CSS Terminal 128 | - [pdf.js](https://github.com/mozilla/pdf.js/labels/5-good-beginner-bug) _(label: 5-good-beginner-bug)_
PDF Reader in JavaScript 129 | - [Moment.js](https://github.com/moment/moment/labels/Up-For-Grabs) _(label: Up-For-Grabs)_
A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates. 130 | - [serverless](https://github.com/serverless/serverless/labels/good%20first%20issue) _(label: good first issue)_
The Serverless Framework 131 | - [Hoodie Camp](https://github.com/hoodiehq/camp/labels/first-timers-only) _(label: first-timers-only)_
Hoodie Camp is a space for new and existing contributors. 132 | - [React](https://github.com/facebook/react/labels/good%20first%20issue) _(label: good first issue)_
A declarative, efficient, and flexible JavaScript library for building user interfaces. 133 | - [React Native](https://github.com/facebook/react-native/labels/Good%20first%20issue) _(label: Good first issue)_
A framework for building native apps with React. 134 | - [React server](https://github.com/redfin/react-server/labels/good%20first%20contribution) _(label: good-first-contribution)_
React framework with server render for blazing fast page load and seamless transitions between pages in the browser. 135 | - [Yarn](https://github.com/yarnpkg/yarn/labels/good%20first%20issue) _(label: good first issue)_
Fast, reliable, and secure dependency management. 136 | - [pixi.js](https://github.com/pixijs/pixi.js/labels/Difficulty%3A%20Easy) _(label: Difficulty: Easy)_
A 2D JavaScript Renderer 137 | - [Next.js](https://github.com/zeit/next.js/labels/good%20first%20issue) _(label: good first issue)_
A minimalistic framework for universal server-rendered React applications 138 | - [keystonejs](https://github.com/keystonejs/keystone/labels/good%20first%20task) _(label: good first task)_
The open source framework for developing database-driven websites, applications and APIs in Node.js. Built on Express and MongoDB. 139 | - [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/labels/good%20first%20issue) _(label: good first issue)_
The official React integration for Semantic UI. 140 | - [electron](https://github.com/electron/electron/labels/good%20first%20issue) _(label: good first issue)_
Build cross platform desktop apps with JavaScript, HTML, and CSS 141 | - [Botpress](https://github.com/botpress/botpress/labels/good%20first%20issue) _(label: good first issue)_
The only sane way to build great bots. 142 | - [Atom](https://github.com/atom/atom/labels/beginner) _(label: beginner)_
The hackable text editor 143 | - [cdnjs](https://github.com/cdnjs/cdnjs/labels/good%20first%20issue) _(label: good first issue)_
The best FOSS web front-end resource CDN 144 | - [Video.js](https://github.com/videojs/video.js/labels/first-timers-only) _(label: first-timers-only)_
The player framework 145 | - [stryker](https://github.com/stryker-mutator/stryker/labels/beginner%20friendly) _(label: beginner friendly)_
The JavaScript mutation testing framework 146 | - [Kap](https://github.com/wulkano/kap/labels/good%20first%20issue) _(label: good first issue)_
An open-source screen recorder built with web technology 147 | - [Reddit Enhancement Suite](https://github.com/honestbleeps/Reddit-Enhancement-Suite/labels/help%20wanted) _(label: help wanted)_
A browser extension to enhance the Reddit browsing experience. 148 | - [Brave Browser](https://github.com/brave/brave-browser/labels/good%20first%20bug) _(label: good first bug)_
Desktop browser for macOS, Windows, and Linux. 149 | - [Fastify](https://github.com/fastify/fastify/labels/good%20first%20issue) _(label: good first issue)_
Fast and low overhead web framework, for Node.js. 150 | - [Node.js core](https://github.com/nodejs/node/labels/good%20first%20issue) _(label: good first issue)_
JavaScript runtime built on Chrome's V8 JavaScript engine 151 | - [Jest](https://github.com/facebook/jest/labels/good%20first%20issue) _(label: good first issue)_
A complete and easy to set up JavaScript testing solution. 152 | - [Mattermost](https://github.com/mattermost/mattermost-server/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22Up+For+Grabs%22+label%3A%22Difficulty%2F1%3AEasy%22+label%3A%22Tech%2FJavaScript%22+) _(label: Up For Grabs, Difficulty:1/Easy, Tech/JavaScript)_
Open source Slack-alternative in Golang and React 153 | - [p5.js](https://github.com/processing/p5.js/labels/good%20first%20issue) _(label: good first issue)_
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. 154 | - [squirrelly](https://github.com/nebrelbug/squirrelly/labels/good%20first%20issue) _(label: good first issue)_
Squirrelly is a lightweight template engine that supports helpers, filters, partials, and more. 155 | - [NativeScript](https://github.com/NativeScript/NativeScript/labels/good%20first%20issue) _(label: good first issue)_
NativeScript is an open source framework for building truly native mobile apps with JavaScript. Use web skills, like Angular and Vue.js, FlexBox and CSS, and get native UI and performance on iOS and Android. 156 | - [Gatsby.js](https://github.com/gatsbyjs/gatsby/labels/good%20first%20issue) _(label: good first issue)_
Build blazing fast, modern apps and websites with React. 157 | - [Vue.js](https://github.com/vuejs/vue/labels/good%20first%20issue) _(label: good first issue)_
The Progressive JavaScript Framework. 158 | - [md-page](https://github.com/oscarmorrison/md-page/labels/good%20first%20issue) _(label: good first issue)_
Create a webpage with just markdown. 159 | - [Check It Out](https://github.com/jwu910/check-it-out/labels/good%20first%20issue) _(label: good first issue)_
Check It Out is an ncurses-like CLI to let the user interactively navigate and select a git branch to check out. 160 | - [nuclear](https://github.com/nukeop/nuclear/labels/good%20first%20issue) _(label: good first issue)_
Multiplatform music player that streams from free sources. 161 | - [material-ui](https://github.com/mui-org/material-ui/labels/good%20first%20issue) _(label: good first issue)_
React components for faster and easier web development. Build your own design system, or start with Material Design. 162 | - [Mocha](https://github.com/mochajs/mocha/labels/good-first-issue) _(label: good first issue)_
Javascript test framework for Node.js and the browser. 163 | - [Babel](https://github.com/babel/babel/labels/good%20first%20issue) _(label: good first issue)_
A compiler for writing next generation JavaScript. 164 | - [React-content-loader](https://github.com/danilowoz/create-content-loader/labels/good%20first%20issue) _(label: good first issue)_
Tool to create your own react-content-loader easily. 165 | - [netlify-cms](https://github.com/netlify/netlify-cms/labels/good%20first%20issue) _(label: good first issue)_
Open source content management for your git workflow. 166 | - [altair](https://github.com/imolorhe/altair/labels/good%20first%20issue) _(label: good first issue)_
A beautiful feature-rich GraphQL Client for all platforms. 167 | - [Video Hub App](https://github.com/whyboris/Video-Hub-App/labels/good%20first%20issue) _(label: good first issue)_
Angular & Electron app for browsing and searching videos on your PC. 168 | - [Ancient Beast](https://github.com/FreezingMoon/AncientBeast/labels/easy) _(label: easy)_
Turn based strategy game where you 3d print a squad of creatures with unique abilities in order to defeat your enemies. 169 | - [ramda-adjunct](https://github.com/char0n/ramda-adjunct/labels/help%20wanted) _(label: help wanted)_
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation. 170 | - [Binari](https://github.com/BrandonArmand/Binari/labels/up%20for%20grabs) _(label: up for grabs)_
Interactive code editor with a live binary tree visual designed to teach new developers the fundementals of dynamic programming. 171 | - [SirixDB](https://github.com/sirixdb/sirix-svelte-front-end/labels/good%20first%20issue) _(label: good first issue)_
172 | A Svelte/Sapper based web front-end for SirixDB, which is a versioned NoSQL document store (XML and JSON) written in Java. 173 | 174 | ## Julia 175 | 176 | - [Julia Language: Help wanted](https://github.com/JuliaLang/julia/labels/help%20wanted) _(label: help wanted)_
"Move like Python, Run like C" - A fresh approach to technical computing! 177 | - [Julia Language: Good first issue](https://github.com/JuliaLang/julia/labels/good%20first%20issue) _(label: good first issue )_
"Move like Python, Run like C" - A fresh approach to technical computing! 178 | 179 | ## Kotlin 180 | 181 | - [Atrium](https://github.com/robstoll/atrium/labels/good%20first%20issue) _(label: good first issue)_
Multiplatform assertion library for Kotlin 182 | - [Hexagon](https://github.com/hexagonkt/hexagon/labels/help%20wanted) _(label: help wanted)_
A microservices toolkit written in Kotlin 183 | - [Non-Blocking SirixDB HTTP(S)-Server](https://github.com/sirixdb/sirix/labels/good%20first%20issue) _(label: good first issue)_
A non-blocking HTTP(S)-Server for SirixDB, a temporal, evolutionary NoSQL document store for XML and JSON. 184 | 185 | ## LaTeX 186 | 187 | - [Algorithmic Pseudocode](https://github.com/just-a-visitor/algorithmic-pseudocode/labels/good%20first%20issue) _(label: good first issue)_
A collection of language independent pseudocodes (pdf) for interview preparation and competitive programming. 188 | 189 | ## Perl 190 | 191 | - [Ravada](https://github.com/UPC/ravada/labels/good%20first%20issue) _(label: good first issue)_
Remote Virtual Desktops Manager. 192 | 193 | ## PHP 194 | 195 | - [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin/labels/newbie) _(label: newbie)_
Admin interface for MySQL written in PHP. 196 | - [Deployer](https://github.com/deployphp/deployer/labels/good%20for%20beginner) _(label: good for beginner)_
A deployment tool written in PHP with support for popular frameworks out of the box. 197 | - [Matomo](https://github.com/matomo-org/matomo/labels/help%20wanted) _(label: help wanted)_
Matomo is the leading Free/Libre open analytics platform. 198 | - [OrgManager](https://github.com/orgmanager/orgmanager/labels/beginners-only) _(label: beginners-only)_
Supercharge your GitHub organizations! 199 | - [PHP Censor](https://github.com/php-censor/php-censor/labels/good-for-beginner) _(label: good-for-beginner)_
Open source self-hosted continuous integration server for PHP projects. 200 | - [Drupal](https://www.drupal.org/getting-involved-guide) _(label: N/A, link to external website)_
Leading open-source CMS for ambitious digital experiences that reach your audience across multiple channels. 201 | - [Symfony](https://github.com/symfony/symfony/labels/good%20first%20issue) _(label: good first issue)_
Symfony is a PHP framework for web applications and a set of reusable PHP components. 202 | - [Laravel Newsletters](https://github.com/spatie/laravel-newsletter/labels/good%20first%20issue) _(label: good first issue)_
A package that provides an easy way to integrate MailChimp with Laravel 5. 203 | - [Appwrite](https://github.com/appwrite/appwrite/labels/good%20first%20issue) _(label: good first issue)_
An End-to-end backend server for frontend and mobile developers. 🚀 204 | - [NextCloud Server](https://github.com/nextcloud/server/labels/good%20first%20issue) _(label: good first issue)_
Nextcloud server, a safe home for all your data. 205 | - [PrestaShop](https://github.com/PrestaShop/PrestaShop/labels/good%20first%20issue) _(label: good first issue)_
The open source ecommerce solution to start your online business and start selling online. 206 | 207 | ## Python 208 | 209 | - [CiviWiki](https://github.com/CiviWiki/OpenCiviWiki/labels/good%20first%20issue) _(Good First Issue)_
Building a Better Democracy for the Internet Age 210 | - [Python Babel](https://github.com/python-babel/babel/labels/difficulty%2Flow) _(label: difficulty/low)_
The Python Internationalization Library. 211 | - [Kinto](https://github.com/Kinto/kinto/labels/easy-pick) _(label: easy-pick)_
A lightweight JSON storage service with synchronisation and sharing abilities. 212 | - [Kinto.sh](https://github.com/rbreaves/kinto/labels/first-timers-only) _(label: first-timers-only)_
Make Linux & Windows type like a mac. 213 | - [BorgBackup](https://github.com/borgbackup/borg/labels/easy) _(label: easy)_
Deduplicating backup program with compression and authenticated encryption. 214 | - [scrapy](https://github.com/scrapy/scrapy/labels/good%20first%20issue) _(label: good first issue)_
A fast high-level web crawling & scraping framework for Python. 215 | - [mitmproxy](https://github.com/mitmproxy/mitmproxy/labels/help%20wanted) _(label: help wanted)_
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers 216 | - [Mailpile](https://github.com/mailpile/Mailpile/labels/Low%20Hanging%20Fruit) _(label: low hanging fruit)_
A free & open modern, fast email client with user-friendly encryption and privacy features 217 | - [coala](https://github.com/issues?utf8=✓&q=is%3Aopen+is%3Aissue+user%3Acoala+label%3Adifficulty%2Fnewcomer++no%3Aassignee) _(label: difficulty/newcomer)_
A unified command-line interface for linting and fixing all your code, regardless of the programming languages you use. 218 | - [jarvis](https://github.com/sukeesh/Jarvis/labels/difficulty%2Fnewcomer) _(label: difficulty/newcomer)_
A personal assistant for Linux based on Command line Interface. 219 | - [Pybee/voc](https://github.com/pybee/voc/labels/first-timers-only) _(label: first-timers-only)_
A transpiler that converts Python code into Java bytecode. 220 | - [Pybee/batavia](https://github.com/pybee/batavia/labels/first-timers-only) _(label: first-timers-only)_
A Javascript implementation of the Python virtual machine. 221 | - [JARVIS-on-Messenger](https://github.com/swapagarwal/JARVIS-on-Messenger/labels/Low-Hanging%20Fruit) _(label: Low-Hanging Fruit)_
:speech_balloon: A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks http://m.me/J.A.R.V.I.S.on.Messenger 222 | - [Pytest](https://github.com/pytest-dev/pytest/labels/status%3A%20easy) _(label: status: easy)_
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing. 223 | - [Fabric](https://github.com/fabric/fabric/labels/Low-hanging%20fruit) _(label: Low-hanging fruit)_
Pythonic remote execution and deployment. 224 | - [Jupyter notebook](https://github.com/jupyter/notebook/labels/good%20first%20issue) _(label: good first issue)_
Jupyter interactive notebook. 225 | - [Zulip](https://github.com/zulip/zulip/labels/good%20first%20issue) _(label: good first issue)_
Powerful open source group chat. 226 | - [cookiecutter](https://github.com/audreyr/cookiecutter/labels/low-hanging-fruit) _(label: low-hanging-fruit)_
A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects. 227 | - [django cookiecutter](https://github.com/pydanny/cookiecutter-django/labels/hacktoberfest) _(label: django hacktober special)_
An implementation of Python for backend web development. 228 | - [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide/labels/level%3Astarter) _(label: level:starter)_
The strictest and most opinionated python linter ever! 229 | - [Ansible](https://github.com/ansible/ansible/labels/easyfix) _(label:easyfix)_
A simple IT automation platform 230 | - [Create aio app](https://github.com/aio-libs/create-aio-app/labels/good%20first%20issue) _(label: good first issue)_
A command line utility that creates the aiohttp template with the best practices. 231 | - [opsdroid](https://github.com/opsdroid/opsdroid/labels/good%20first%20issue) _(label: good first issue)_
An open source chat-ops bot framework. 232 | - [pandas](https://github.com/pandas-dev/pandas/labels/good%20first%20issue) _(label: good first issue)_
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more 233 | - [VPN@Home](https://github.com/ezaquarii/vpn-at-home/labels/good%20first%20issue) _(label: good first issue)_
1-click OpenVPN deployment and management dashboard. 234 | - [SaltStack](https://github.com/saltstack/salt/labels/Low-Hanging%20Fruit) _(label: Low-Hanging Fruit)_
Software to automate the management and configuration of any infrastructure or application at scale. 235 | - [mygpo](https://github.com/gpodder/mygpo/labels/starter-issue) _(label: starter-issue)_
The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content. 236 | - [tree-sitter-legesher-python](https://github.com/legesher/tree-sitter-legesher-python/labels/Good%20First%20Issue) _(label: Good First Issue)_
Learn and code in Python using your native language. 237 | - [mypy](https://github.com/python/mypy/labels/good-first-issue) _(label: good-first-issue)_
An optional static typing for python. 238 | - [python-ds](https://github.com/prabhupant/python-ds/labels/good%20first%20issue) _(label: good first issue)_
A repository for data structures and algorithms in Python. 239 | - [numpy](https://github.com/numpy/numpy/labels/good%20first%20issue) _(label: good first issue)_
It is the core library for scientific computing, which contains a powerful n-dimensional array object. 240 | - [matplotlib](https://github.com/matplotlib/matplotlib/labels/good%20first%20issue) _(label: good first issue)_
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. 241 | - [datascience](https://github.com/data-8/datascience/labels/good%20first%20issue) _(label: good first issue)_
A Jupyter notebook Python library for introductory data science. 242 | 243 | ## Ruby 244 | 245 | - [JRuby](https://github.com/jruby/jruby/labels/beginner) _(label: beginner)_
An implementation of Ruby on the Java Virtual Machine. 246 | - [Sinatra](https://github.com/sinatra/sinatra/labels/good%20first%20issue) _(label: good first issue)_
Classy web-development dressed in a DSL. 247 | - [Goby](https://github.com/nskins/goby) _(label: beginner)_
Framework for developing text-RPGs. 248 | - [Hanami](https://github.com/hanami/hanami/labels/easy) _(label: easy)_
A modern framework for Ruby. 249 | - [chef](https://github.com/chef/chef/labels/Type%3A%20Jump%20In) _(label: Type: Jump In)_
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure 250 | - [ohai](https://github.com/chef/ohai/labels/Type%3A%20Jump%20In) _(label: Type: Jump In)_
Ohai profiles your system and emits JSON 251 | - [PublicLab.org](https://github.com/publiclab/plots2/labels/first-timers-only) _(label: first-timers-only)_
An open source publishing platform for environmental projects. Check out [new contributors welcome page](https://github.com/publiclab/plots2/projects/2). 252 | - [Discourse](https://meta.discourse.org/tags/starter-task) _(tag: #starter-task)_
Civilized discussion platform. See ["How to contribute to Discourse"](https://meta.discourse.org/t/how-to-contribute-to-discourse/53797). 253 | - [osem](https://github.com/openSUSE/osem/labels/good%20first%20issue) _(label: good first issue)_
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences
See ["How to contribute to osem"](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md) 254 | - [open-build-service](https://github.com/openSUSE/open-build-service/labels/good%20first%20issue%20%3A1st_place_medal%3A) _(label: good first issue)_
A generic system to build and distribute packages from sources in an automatic, consistent and reproducible way.
See ["How to contribute to open build service"](https://github.com/openSUSE/open-build-service/blob/master/CONTRIBUTING.md) 255 | - [bolt](https://github.com/puppetlabs/bolt/labels/Beginner%20Friendly) _(label: Beginner Friendly)_
Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on remote systems using SSH and WinRM. 256 | - [chatwoot](https://github.com/chatwoot/chatwoot/labels/good%20first%20issue) _(label: good first issue)_
Opensource customer support platform which can be an alternative to Intercom, Zendesk, Drift, Crisp etc. 257 | - [mapknitter](https://github.com/publiclab/mapknitter/labels/first-timers-only) _(label: first-timers-only)_
Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print. 258 | - [Ruby on Rails](https://github.com/rails/rails/labels/good%20first%20issue) _(label: good first issue)_
Ruby on Rails (Rails) is an open source web application framework written in Ruby. 259 | - [Faker](https://github.com/faker-ruby/faker/labels/good%20first%20issue) _(label: good first issue)_
Faker is a Ruby library for generating fake data such as names, addresses, and phone numbers. 260 | 261 | ## Rust 262 | 263 | - [Servo](https://github.com/servo/servo/labels/E-easy) _(label: E-easy)_
A browser engine designed for applications including embedded use. 264 | - [Rust-Clippy](https://github.com/rust-lang-nursery/rust-clippy/labels/good%20first%20issue) _(label: good first issue)_
A bunch of lints to catch common mistakes and improve Rust code 265 | - [Rustfmt](https://github.com/rust-lang-nursery/rustfmt/labels/good-first-issue) _(label: good-first-issue)_
A tool for formatting Rust code according to style guidelines. 266 | - [Iron](https://github.com/iron/iron/labels/easy) _(label: easy)_
An extensible, concurrent web framework for Rust 267 | - [TiKV](https://github.com/tikv/tikv/labels/D%3A%20Easy) _(label: D: Easy)_
A distributed transactional key-value database 268 | - [nushell](https://github.com/nushell/nushell/labels/good%20first%20issue) _(label: good first issue)_
A modern shell for the GitHub era written in Rust. 269 | - [Hyper](https://github.com/hyperium/hyper/labels/E-easy) _(label: E-easy)_
A fast, safe and correct low-level HTTP library for Rust. 270 | 271 | ## Scala 272 | 273 | - [Twitter Util](https://github.com/twitter/util/labels/good%20first%20issue) _(label: good first issue)_
Wonderful reusable code from Twitter 274 | - [playframework](https://github.com/playframework/playframework/labels/good%20first%20issue) _(label: good first issue)_
The High Velocity Web Framework 275 | 276 | ## Swift 277 | 278 | - [OpenFoodFacts-iOS](https://github.com/openfoodfacts/openfoodfacts-ios/labels/help%20wanted) _(label: help wanted)_
Collaborative, free and open database of food products from around the world. Scan barcode to get info or add a product 279 | 280 | ## TypeScript 281 | 282 | - [TypeScript](https://github.com/Microsoft/TypeScript/labels/good%20first%20issue) _(label: good first issue)_
A superset of JavaScript that compiles to clean JavaScript output. 283 | - [Visual Studio Code](https://github.com/Microsoft/vscode/labels/good%20first%20issue) _(label: good first issue)_
A new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. 284 | - [tslint-eslint-rules](https://github.com/buzinas/tslint-eslint-rules/labels/nice%20first%20contribution) _(label: nice first contribution)_
ESLint rules for TSLint. 285 | - [reatom](https://github.com/artalar/reatom/labels/good%20first%20issue) _(label: good first issue)_
Reatom is declarative and reactive state manager, designed for both simple and complex applications. 286 | - [game-of-life](https://github.com/TroyTae/game-of-life/labels/good%20first%20issue) _(label: good first issue)_
Conway's Game of Life web version! 287 | 288 | ## Contribute 289 | 290 | Contributions are welcome! See the [contribution guidelines](CONTRIBUTING.md). 291 | 292 | ## License 293 | 294 | [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) 295 | 296 | To the extent possible under law, the author has waived all copyrights and related or neighboring rights to this work. 297 | --------------------------------------------------------------------------------