├── CONTRIBUTING.md └── README.md /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 a good succinct description. 7 | - Make an individual pull request for each suggestion. 8 | - Use the following format: `- [Repository Name](link-to-repository) _(beginner-friendly-label-in-the-repository)_
Description` 9 | - Link additions should be added to the bottom of the relevant category. 10 | - New categories or improvements to the existing categorization are welcome. 11 | - Check your spelling and grammar. 12 | - Make sure your text editor is set to remove trailing whitespace. 13 | - The pull request and commit should have a useful title. 14 | - Make sure to give a description about your pull request. 15 | - 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: 16 | - 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. 17 | - Repository called "bicycle-wheels-php" has label `easy`. This PR must be confirmed with the maintainer of "bicycle-wheels-php". Link to the issue where maintainer confirms that label `easy` is used in the repository for beginner-friendly tasks has to be provided in the PR description. 18 | - 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`). 19 | - Contributed repository must be maintained, have active community to be able to help newcomers and have issues with appropriate label. 20 | - Links must be pointing directly to the repository, no tracking links allowed. This list is not for advertising purposes. 21 | 22 | Thank you for your suggestions! 23 | 24 | (this file was partially copied from [awesome-speaking](https://github.com/matteofigus/awesome-speaking)) 25 | -------------------------------------------------------------------------------- /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 beginners-friendly projects. 4 | 5 | Inspired by [First Timers Only](https://medium.com/@kentcdodds/first-timers-only-78281ea47455#.vsu847e81) blog post and [YourFirstPR](http://yourfirstpr.github.io/) project. 6 | 7 | If you are an open source project maintainer, add the label `first-timers-only` (or similar) to your project and list it here so 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 | - [Clojure](#clojure) 19 | - [ClojureScript](#clojurescript) 20 | - [Dart](#dart) 21 | - [Elixir](#elixir) 22 | - [Go](#go) 23 | - [Java](#java) 24 | - [JavaScript](#javascript) 25 | - [Julia](#julia) 26 | - [PHP](#php) 27 | - [Python](#python) 28 | - [Ruby](#ruby) 29 | - [Rust](#rust) 30 | - [Scala](#scala) 31 | - [TypeScript](#typescript) 32 | 33 | ## .NET 34 | 35 | - [Shouldly](https://github.com/shouldly/shouldly/labels/Jump-In) _(label: Jump-In)_
Should testing for .net - the way Asserting *Should* be! 36 | - [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. 37 | 38 | ## C 39 | 40 | - [Neovim](https://github.com/neovim/neovim/labels/good%20first%20issue) _(label: good first issue)_
Vim-fork focused on extensibility and agility. 41 | 42 | ## C++ 43 | 44 | - [electron](https://github.com/electron/electron/labels/good%20first%20issue) _(label: good first issue)_
Build cross platform desktop apps with JavaScript, HTML, and CSS 45 | - [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. 46 | - [tensorflow](https://github.com/tensorflow/tensorflow/labels/stat%3Acontributions%20welcome) _(label: stat:contributions welcome)_
Computation using data flow graphs for scalable machine learning 47 | - [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. 48 | 49 | ## Clojure 50 | 51 | - [Alda](https://github.com/alda-lang/alda/labels/low-hanging%20fruit) _(label: low-hanging-fruit)_
A music programming language for musicians. :notes: 52 | 53 | ## ClojureScript 54 | 55 | - [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. 56 | 57 | ## Dart 58 | 59 | - [webdev.dartlang.org](https://github.com/dart-lang/site-webdev/labels/beginner) _(label: beginner)_
A website for developers writing Dart web apps, including AngularDart apps. 60 | - [www.dartlang.org](https://github.com/dart-lang/site-www/labels/beginner) _(label: beginner)_
A website covering the Dart language and common libraries, for developers of Dart libraries, web apps, server-side code, and mobile (Flutter) apps. 61 | 62 | ## Elixir 63 | 64 | - [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 65 | - [Ecto](https://github.com/elixir-ecto/ecto/labels/Level%3AStarter) _(label: Level:Starter)_
Ecto is a database wrapper and language integrated query for Elixir 66 | 67 | ## Go 68 | 69 | - [Moby](https://github.com/moby/moby/labels/exp%2Fbeginner) _(label: exp/beginner)_
Open-source application container engine 70 | - [Apex](https://github.com/apex/apex/labels/contrib%20(easy)) _(label: contrib (easy))_
Build, Deploy, and Manage AWS Lambda functions with ease 71 | - [Hugo](https://github.com/spf13/hugo/labels/exp%2Fbeginner) _(label: exp/beginner)_
A Fast and Flexible Static Site Generator built with love in GoLang 72 | - [CockroachDB](https://github.com/cockroachdb/cockroach/labels/easy) _(label: easy)_
The Scalable, Survivable, Strongly-Consistent SQL Database 73 | - [Helm](https://github.com/kubernetes/helm/labels/starter) _(label: starter)_
The Kubernetes Package Manager 74 | - [Mattermost](https://github.com/mattermost/mattermost-server/issues?q=is%3Aopen+label%3A%22Up+For+Grabs%22+label%3A%22Difficulty%3A+Introductory%22+label%3AGo) _(label: Up For Grabs, Difficulty: Introductory, Go)_
Open source Slack-alternative in Golang and React 75 | 76 | ## Java 77 | 78 | - [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. 79 | - [elasticsearch](https://github.com/elastic/elasticsearch/labels/good%20first%20issue) _(label: good first issue)_
Open Source, Distributed, RESTful Search Engine. 80 | - [JabRef](https://github.com/JabRef/jabref/labels/good%20first%20issue) _(label: good first issue)_
Desktop application moving from SWING to JavaFX. Focus on code quality: Usage of code quality tools such as [CodeCov](https://codecov.io/) and [Codacy](https://www.codacy.com/). Each Pull Request is reviewed by two developers to provide high-quality feedback and to ensure high quality of new contributions. 81 | - [Wikimedia Commons Android App](https://github.com/commons-app/apps-android-commons/labels/beginner%20friendly) _(label: beginner friendly)_
Allows users to upload pictures from their Android phone/tablet to Wikimedia Commons. 82 | - [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/). 83 | 84 | ## JavaScript 85 | 86 | - [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. 87 | - [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. 88 | - [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. 89 | - [Clementine.js Boilerplate](https://github.com/johnstonbl01/clementinejs/labels/beginner) _(label: beginner)_
The elegant and lightweight full stack JavaScript boilerplate. 90 | - [PouchDB](https://github.com/pouchdb/pouchdb/labels/first%20timers%20only) _(label: first time only)_
PouchDB is a pocket-sized database. 91 | - [Leaflet](https://github.com/Leaflet/Leaflet/labels/good%20first%20issue) _(label: good first issue)_
JavaScript library for mobile-friendly interactive maps. 92 | - [Dragula](https://github.com/bevacqua/dragula/labels/first-timers-only) _(label: first-timers-only)_
Drag and drop so simple it hurts. 93 | - [UI.Layout directive (Angular UI)](https://github.com/angular-ui/ui-layout/labels/first-timers-only) _(label: first-timers-only)_
Angular directive that allows you to split! 94 | - [history](https://github.com/rackt/history/labels/good-for-beginner) _(label: good-for-beginner)_
A minimal, functional history library for JavaScript. 95 | - [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. 96 | - [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. 97 | - [AVA](https://github.com/sindresorhus/ava/labels/good%20for%20beginner) _(label: good for beginner)_
Futuristic test runner. 98 | - [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. 99 | - [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. 100 | - [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. 101 | - [Tessel 2 CLI](https://github.com/tessel/t2-cli/labels/contribution-starter) _(label: contribution-starter)_
Command line interface to Tessel 2. 102 | - [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. 103 | - [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. 104 | - [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. 105 | - [Ghost](https://github.com/TryGhost/Ghost/labels/good%20first%20issue) _(label: good first issue)_
Just a blogging platform 106 | - [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn/labels/good%20for%20beginner) _(label: good for beginner)_
Awesome ESLint rules. 107 | - [Hyper](https://github.com/zeit/hyper/labels/good%20first%20issue) _(label: good first issue)_
JS/HTML/CSS Terminal 108 | - [pdf.js](https://github.com/mozilla/pdf.js/labels/5-good-beginner-bug) _(label: 5-good-beginner-bug)_
PDF Reader in JavaScript 109 | - [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. 110 | - [serverless](https://github.com/serverless/serverless/labels/help-wanted-easy) _(label: help-wanted-easy)_
The Serverless Framework 111 | - [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. 112 | - [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. 113 | - [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. 114 | - [Yarn](https://github.com/yarnpkg/yarn/labels/good%20first%20issue) _(label: good first issue)_
Fast, reliable, and secure dependency management. 115 | - [pixi.js](https://github.com/pixijs/pixi.js/labels/Difficulty%3A%20Easy) _(label: Difficulty: Easy)_
A 2D JavaScript Renderer 116 | - [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 117 | - [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. 118 | - [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. 119 | - [electron](https://github.com/electron/electron/labels/good%20first%20issue) _(label: good first issue)_
Build cross platform desktop apps with JavaScript, HTML, and CSS 120 | - [Botpress](https://github.com/botpress/botpress/labels/for-new-contributors) _(label: for-new-contributors)_
The only sane way to build great bots. 121 | - [Atom](https://github.com/atom/atom/labels/beginner) _(label: beginner)_
The hackable text editor 122 | - [cdnjs](https://github.com/cdnjs/cdnjs/labels/BEGINNER) _(label: BEGINNER)_
The best FOSS web front-end resource CDN 123 | - [Video.js](https://github.com/videojs/video.js/labels/first-timers-only) _(label: first-timers-only)_
The player framework 124 | - [Operation Code](https://github.com/OperationCode/operationcode_frontend/labels/beginner%20friendly) _(label:beginner-friendly)_
Operation Code is a non-profit organization that are helping Veterans and their families get into the tech industry through mentorships, scholarships, and providing a supportive community. 125 | - [stryker](https://github.com/stryker-mutator/stryker/labels/beginner%20friendly) _(label: beginner friendly)_
The JavaScript mutation testing framework 126 | - [Kap](https://github.com/wulkano/kap/labels/good%20first%20issue) _(label: good first issue)_
An open-source screen recorder built with web technology 127 | - [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. 128 | - [Brave Browser](https://github.com/brave/browser-laptop/labels/bug%2Fgood-first-bug) _(label: bug/good-first-bug)_
Desktop browser for macOS, Windows, and Linux. 129 | - [Fastify](https://github.com/fastify/fastify/labels/good%20first%20issue) _(label: good first issue)_
Fast and low overhead web framework, for Node.js. 130 | - [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 131 | - [Jest](https://github.com/facebook/jest/labels/good%20first%20issue) _(label: good first issue)_
A complete and easy to set up JavaScript testing solution. 132 | - [Mattermost](https://github.com/mattermost/mattermost-server/issues?q=is%3Aopen+label%3A%22Up+For+Grabs%22+label%3A%22Difficulty%3A+Introductory%22+label%3AReactJS) _(label: Up For Grabs, Difficulty: Introductory, ReactJS)_
Open source Slack-alternative in Golang and React 133 | - [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. 134 | - [Gatsby.js](https://github.com/gatsbyjs/gatsby/labels/good%20first%20issue) _(label: good first issue)_
Build blazing fast, modern apps and websites with React. 135 | - [Vue.js](https://github.com/vuejs/vue/labels/good%20first%20issue) _(label: good first issue)_
The Progressive JavaScript Framework. 136 | 137 | ## Julia 138 | 139 | - [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! 140 | - [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! 141 | 142 | ## PHP 143 | 144 | - [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin/labels/newbie) _(label: newbie)_
Admin interface for MySQL written in PHP. 145 | - [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. 146 | - [Matomo](https://github.com/matomo-org/matomo/labels/help%20wanted) _(label: help wanted)_
Matomo is the leading Free/Libre open analytics platform. 147 | - [OrgManager](https://github.com/orgmanager/orgmanager/labels/beginners-only) _(label: beginners-only)_
Supercharge your GitHub organizations! 148 | - [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. 149 | 150 | ## Python 151 | 152 | - [catapult](https://github.com/catapult-project/catapult/labels/Good%20First%20Bug) _(label: Good First Bug)_
Catapult home for performance tools. 153 | - [Python Babel](https://github.com/python-babel/babel/labels/difficulty%2Flow) _(label: difficulty/low)_
The Python Internationalization Library. 154 | - [Kinto](https://github.com/Kinto/kinto/labels/easy-pick) _(label: easy-pick)_
A lightweight JSON storage service with synchronisation and sharing abilities. 155 | - [BorgBackup](https://github.com/borgbackup/borg/labels/easy) _(label: easy)_
Deduplicating backup program with compression and authenticated encryption. 156 | - [scrapy](https://github.com/scrapy/scrapy/labels/good%20first%20issue) _(label: good first issue)_
A fast high-level web crawling & scraping framework for Python. 157 | - [mitmproxy](https://github.com/mitmproxy/mitmproxy/labels/good-first-contribution) _(label: good first contribution)_
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers 158 | - [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 159 | - [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. 160 | - [jarvis](https://github.com/sukeesh/Jarvis/labels/difficulty%2Fnewcomer) _(label: difficulty/newcomer)_
A personal assistant for Linux based on Command line Interface. 161 | - [Pybee/voc](https://github.com/pybee/voc/labels/first-timers-only) _(label: first-timers-only)_
A transpiler that converts Python code into Java bytecode. 162 | - [Pybee/batavia](https://github.com/pybee/batavia/labels/first-timers-only) _(label: first-timers-only)_
A Javascript implementation of the Python virtual machine. 163 | - [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 164 | - [Pytest](https://github.com/pytest-dev/pytest/labels/easy) _(label: easy)_
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing. 165 | - [Fabric](https://github.com/fabric/fabric/labels/Low-hanging%20fruit) _(label: Low-hanging fruit)_
Pythonic remote execution and deployment. 166 | - [Jupyter notebook](https://github.com/jupyter/notebook/labels/good%20first%20issue) _(label: good first issue)_
Jupyter interactive notebook. 167 | - [Concept to Clinic](https://github.com/concept-to-clinic/concept-to-clinic/labels/good%20first%20issue) _(label: good first issue)_
Aims to develop an end-to-end application for lung cancer detection that connects the predictive power of machine learning with functional software tested against errors and a clean user interface focused on clinical use. 168 | - [Zulip](https://github.com/zulip/zulip/labels/good%20first%20issue) _(label: good first issue)_
Powerful open source group chat. 169 | - [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. 170 | - [django cookiecutter](https://github.com/pydanny/cookiecutter-django/labels/hacktoberfest) _(label: django hacktober special)_
An implementation of Python for backend web development. 171 | - [Ansible](https://github.com/ansible/ansible/labels/easyfix) _(label:easyfix)_
A simple IT automation platform 172 | 173 | ## Ruby 174 | 175 | - [JRuby](https://github.com/jruby/jruby/labels/beginner) _(label: beginner)_
An implementation of Ruby on the Java Virtual Machine. 176 | - [puppet-mcollective](https://github.com/puppet-community/puppet-mcollective/labels/beginner%20friendly) _(label: beginner friendly)_
MCollective Server and Client Puppet Module. 177 | - [Sinatra](https://github.com/sinatra/sinatra/labels/good%20first%20issue) _(label: good first issue)_
Classy web-development dressed in a DSL. 178 | - [Goby](https://github.com/nskins/goby) _(label: beginner)_
Framework for developing text-RPGs. 179 | - [Hanami](https://github.com/search?utf8=%E2%9C%93&q=user%3Ahanami+state%3Aopen+label%3Aeasy&type=Issues&ref=searchresults) _(label: easy)_
A modern framework for Ruby. 180 | - [Operation Code](https://github.com/OperationCode/operationcode_backend/labels/good%20first%20issue) _(label: good first issue)_
An open source community dedicated to getting military veterans coding. 181 | - [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 182 | - [ohai](https://github.com/chef/ohai/labels/Type%3A%20Jump%20In) _(label: Type: Jump In)_
Ohai profiles your system and emits JSON 183 | - [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). 184 | - [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). 185 | 186 | ## Rust 187 | 188 | - [Servo](https://github.com/servo/servo/labels/E-easy) _(label: E-easy)_
A browser engine designed for applications including embedded use. 189 | - [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 190 | - [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. 191 | - [Iron](https://github.com/iron/iron/labels/easy) _(label: easy)_
An extensible, concurrent web framework for Rust 192 | 193 | ## Scala 194 | 195 | - [Twitter Util](https://github.com/twitter/util/labels/good%20first%20issue) _(label: good first issue)_
Wonderful reusable code from Twitter 196 | - [playframework](https://github.com/playframework/playframework/labels/good%20first%20issue) _(label: good first issue)_
The High Velocity Web Framework 197 | 198 | ## TypeScript 199 | 200 | - [TypeScript](https://github.com/Microsoft/TypeScript/labels/good%20first%20issue) _(label: good first issue)_
A superset of JavaScript that compiles to clean JavaScript output. 201 | - [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. 202 | - [TSLint](https://github.com/palantir/tslint/labels/good%20first%20issue) _(label: good first issue)_
An extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. 203 | - [tslint-eslint-rules](https://github.com/buzinas/tslint-eslint-rules/labels/nice%20first%20contribution) _(label: nice first contribution)_
ESLint rules for TSLint. 204 | 205 | ## Contribute 206 | 207 | Contributions are welcome! See the [contribution guidelines](CONTRIBUTING.md). 208 | 209 | ## License 210 | 211 | [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) 212 | 213 | To the extent possible under law, the author has waived all copyright and related or neighboring rights to this work. 214 | --------------------------------------------------------------------------------