2017-12-16 13:25:59 +01:00
---
id: contributing
title: "Contributing Verdaccio"
---
2017-10-28 22:36:18 +02:00
2017-10-29 08:20:48 +01:00
First of all 👏👏 thanks for visiting this page, for us means you are willing contribute to `verdaccio` and we are happy for that. Jumping into an unfamiliar code base is not easy but we are here to help you.
2017-10-28 22:36:18 +02:00
## Comunication Channels
2017-10-29 08:20:48 +01:00
If you are willing for asking, we use two channels for discussions:
2017-10-28 22:36:18 +02:00
* [Public Gitter channel ](https://gitter.im/verdaccio/ )
2018-01-09 18:00:47 +01:00
* [Contributors Slack channel ](https://verdaccio-npm.slack.com ) (unfortunately only by email invitation, you might ask in **Gitter** to be included)
2017-10-28 22:36:18 +02:00
2017-10-29 15:10:11 +01:00
## Getting started
2017-10-28 22:36:18 +02:00
2017-10-29 15:10:11 +01:00
As a first glance verdaccio is a single repository, but there are many ways you might contribute and a variety of technologies to practice.
2017-10-28 22:36:18 +02:00
### Finding my spot
2017-10-29 08:00:29 +01:00
All we have different skills, so, let's see where you might feel comfortable.
2017-12-16 13:25:59 +01:00
### I know or I want to learn Node.js
2017-10-28 22:36:18 +02:00
2017-12-16 13:25:59 +01:00
Node.js is the base of `verdaccio` , we use libraries as `express` , `commander` , `request` or `async` . Verdaccio is basically a Rest API that create a communication with `npm` clients compatible, as `yarn` .
2017-10-28 22:36:18 +02:00
2018-01-15 23:15:42 +01:00
We have a long [list of plugins ](plugins.md ) ready to be used and improved but at the same time [you might create your own ](dev-plugins.md ).
2017-10-29 08:20:48 +01:00
2017-12-16 13:25:59 +01:00
### I would prefer to work in the User Interface
2017-10-28 22:36:18 +02:00
2018-01-09 18:00:47 +01:00
Recently we have moved to modern techonologies as `React` and `element-react` . We are looking forward to see new ideas how to improve the UI.
2017-10-28 22:36:18 +02:00
2017-12-16 13:25:59 +01:00
### I feel more confortable improving the stack
2017-10-28 22:36:18 +02:00
2017-10-29 15:10:11 +01:00
Of course, we will be happy to help us improving the stack, you can upgrade dependencies as `eslint` , `stylelint` , `webpack` . You migt merely improve the `webpack` configuration would be great. Any suggestion is very welcome. Furthermore whether you have experience with **Yeoman** you might help us with the [verdaccio generator ](https://github.com/verdaccio/generator-verdaccio-plugin ).
Here some ideas:
* Create a common eslint rules to be used across all dependencies or plugins
* Improve Flow types definitions delivery
* Moving to Webpack 4
* Improve hot reload with Webpack
* We use babel and webpack across all dependencies, why not a common preset?
2018-01-09 18:00:47 +01:00
* Improve continous integration delivery
2017-10-28 22:36:18 +02:00
2017-12-16 13:25:59 +01:00
### I do great Documentation
2017-10-28 22:36:18 +02:00
Many contributors find typos and grammar issues, that also helps to improve the overall experience for troubleshooting.
2017-12-16 13:25:59 +01:00
### I am a Designer
2017-10-28 22:36:18 +02:00
We have a frontend website [http://www.verdaccio.org/ ](http://www.verdaccio.org/ ) that will be happy to see your ideas.
2018-01-09 18:00:47 +01:00
Our website is based on [Docusaurus ](https://docusaurus.io/ ).
2017-12-16 13:25:59 +01:00
### I am a DevOps
2017-10-28 22:36:18 +02:00
We have a widely popular Docker image [https://hub.docker.com/r/verdaccio/verdaccio/ ](https://hub.docker.com/r/verdaccio/verdaccio/ ) that need maintenance and pretty likely huge improvements, we need your knowledge for the benefits of all users.
2018-01-15 23:15:42 +01:00
We have support for **Kubernetes** , **Puppet** , **Ansible** and **Chef** and we need help in those fields, feel free to see all repositories.
2017-10-28 22:36:18 +02:00
2018-01-09 18:00:47 +01:00
### I can do translations
2018-01-20 23:00:45 +01:00
Verdaccio aims to be multilingual, in order to achieve it **we have the awesome support** of [Crowdin ](https://crowdin.com ) that is an amazing platform for translations.
2018-01-09 18:00:47 +01:00
2018-01-20 23:00:45 +01:00
< img src = "https://d3n8a8pro7vhmx.cloudfront.net/uridu/pages/144/attachments/original/1485948891/Crowdin.png" width = "400px" / >
2018-01-09 18:00:47 +01:00
We have setup a project where you can choose your favourite language, if you do not find your language feel free to request one [creating a ticket ](https://github.com/verdaccio/verdaccio/issues/new ).
[Go to Crowdin Verdaccio ](https://crowdin.com/project/verdaccio )
2017-10-28 22:36:18 +02:00
## I'm ready to contribute
2017-11-28 23:29:27 +05:30
If you are thinking *"I've seen already the [repositories](repositories.md) and I'm willing to start right away"* then I have good news for you, that's the next step.
2017-10-28 22:36:18 +02:00
You will need learn how to build, [we have prepared a guide just for that ](build.md ).
Once you have played around with all scripts and you know how to use them, we are ready to go to the next step, run the [**Unit Test** ](test.md ).
2017-10-29 08:20:48 +01:00
2018-01-20 23:00:45 +01:00
## Full list of contributors. We want to see your face here !
[<img alt="juanpicado" src="https://avatars0.githubusercontent.com/u/558752?v=4&s=117" width="117"> ](https://github.com/juanpicado ) |[<img alt="rlidwka" src="https://avatars0.githubusercontent.com/u/999113?v=4&s=117" width="117"> ](https://github.com/rlidwka ) |[<img alt="Meeeeow" src="https://avatars3.githubusercontent.com/u/19658647?v=4&s=117" width="117"> ](https://github.com/Meeeeow ) |[<img alt="trentearl" src="https://avatars2.githubusercontent.com/u/802857?v=4&s=117" width="117"> ](https://github.com/trentearl ) |[<img alt="ayusharma" src="https://avatars0.githubusercontent.com/u/6918450?v=4&s=117" width="117"> ](https://github.com/ayusharma ) |
:---: |:---: |:---: |:---: |:---: |
[juanpicado ](https://github.com/juanpicado ) |[rlidwka ](https://github.com/rlidwka ) |[Meeeeow ](https://github.com/Meeeeow ) |[trentearl ](https://github.com/trentearl ) |[ayusharma ](https://github.com/ayusharma ) |
[<img alt="verdacciobot" src="https://avatars0.githubusercontent.com/u/35213902?v=4&s=117" width="117"> ](https://github.com/verdacciobot ) |[<img alt="jmwilkinson" src="https://avatars0.githubusercontent.com/u/17836030?v=4&s=117" width="117"> ](https://github.com/jmwilkinson ) |[<img alt="UnitedMarsupials" src="https://avatars1.githubusercontent.com/u/1486340?v=4&s=117" width="117"> ](https://github.com/UnitedMarsupials ) |[<img alt="ryan-codingintrigue" src="https://avatars0.githubusercontent.com/u/9048902?v=4&s=117" width="117"> ](https://github.com/ryan-codingintrigue ) |[<img alt="ramonornela" src="https://avatars1.githubusercontent.com/u/187946?v=4&s=117" width="117"> ](https://github.com/ramonornela ) |
:---: |:---: |:---: |:---: |:---: |
[verdacciobot ](https://github.com/verdacciobot ) |[jmwilkinson ](https://github.com/jmwilkinson ) |[UnitedMarsupials ](https://github.com/UnitedMarsupials ) |[ryan-codingintrigue ](https://github.com/ryan-codingintrigue ) |[ramonornela ](https://github.com/ramonornela ) |
[<img alt="renovate-bot" src="https://avatars0.githubusercontent.com/u/25180681?v=4&s=117" width="117"> ](https://github.com/renovate-bot ) |[<img alt="rodriguesbreno" src="https://avatars2.githubusercontent.com/u/19731692?v=4&s=117" width="117"> ](https://github.com/rodriguesbreno ) |[<img alt="vernak2539" src="https://avatars2.githubusercontent.com/u/521270?v=4&s=117" width="117"> ](https://github.com/vernak2539 ) |[<img alt="jachstet-sea" src="https://avatars0.githubusercontent.com/u/7993508?v=4&s=117" width="117"> ](https://github.com/jachstet-sea ) |[<img alt="lgaitan" src="https://avatars0.githubusercontent.com/u/5970350?v=4&s=117" width="117"> ](https://github.com/lgaitan ) |
:---: |:---: |:---: |:---: |:---: |
[renovate-bot ](https://github.com/renovate-bot ) |[rodriguesbreno ](https://github.com/rodriguesbreno ) |[vernak2539 ](https://github.com/vernak2539 ) |[jachstet-sea ](https://github.com/jachstet-sea ) |[lgaitan ](https://github.com/lgaitan ) |
[<img alt="crispy1989" src="https://avatars1.githubusercontent.com/u/2132722?v=4&s=117" width="117"> ](https://github.com/crispy1989 ) |[<img alt="neuquino" src="https://avatars1.githubusercontent.com/u/1971027?v=4&s=117" width="117"> ](https://github.com/neuquino ) |[<img alt="markpeterfejes" src="https://avatars3.githubusercontent.com/u/7912231?v=4&s=117" width="117"> ](https://github.com/markpeterfejes ) |[<img alt="steve-p-com" src="https://avatars3.githubusercontent.com/u/5180548?v=4&s=117" width="117"> ](https://github.com/steve-p-com ) |[<img alt="BartDubois" src="https://avatars0.githubusercontent.com/u/1180931?v=4&s=117" width="117"> ](https://github.com/BartDubois ) |
:---: |:---: |:---: |:---: |:---: |
[crispy1989 ](https://github.com/crispy1989 ) |[neuquino ](https://github.com/neuquino ) |[markpeterfejes ](https://github.com/markpeterfejes ) |[steve-p-com ](https://github.com/steve-p-com ) |[BartDubois ](https://github.com/BartDubois ) |
[<img alt="karfau" src="https://avatars1.githubusercontent.com/u/135657?v=4&s=117" width="117"> ](https://github.com/karfau ) |[<img alt="030" src="https://avatars1.githubusercontent.com/u/7524528?v=4&s=117" width="117"> ](https://github.com/030 ) |[<img alt="Qwerios" src="https://avatars2.githubusercontent.com/u/254447?v=4&s=117" width="117"> ](https://github.com/Qwerios ) |[<img alt="wiggisser" src="https://avatars3.githubusercontent.com/u/3647678?v=4&s=117" width="117"> ](https://github.com/wiggisser ) |[<img alt="kfatehi" src="https://avatars1.githubusercontent.com/u/175305?v=4&s=117" width="117"> ](https://github.com/kfatehi ) |
:---: |:---: |:---: |:---: |:---: |
[karfau ](https://github.com/karfau ) |[030 ](https://github.com/030 ) |[Qwerios ](https://github.com/Qwerios ) |[wiggisser ](https://github.com/wiggisser ) |[kfatehi ](https://github.com/kfatehi ) |
[<img alt="imsnif" src="https://avatars3.githubusercontent.com/u/795598?v=4&s=117" width="117"> ](https://github.com/imsnif ) |[<img alt="denisbabineau" src="https://avatars2.githubusercontent.com/u/12616025?v=4&s=117" width="117"> ](https://github.com/denisbabineau ) |[<img alt="HCanber" src="https://avatars2.githubusercontent.com/u/800302?v=4&s=117" width="117"> ](https://github.com/HCanber ) |[<img alt="jgoz" src="https://avatars2.githubusercontent.com/u/132233?v=4&s=117" width="117"> ](https://github.com/jgoz ) |[<img alt="josephg" src="https://avatars1.githubusercontent.com/u/47413?v=4&s=117" width="117"> ](https://github.com/josephg ) |
:---: |:---: |:---: |:---: |:---: |
[imsnif ](https://github.com/imsnif ) |[denisbabineau ](https://github.com/denisbabineau ) |[HCanber ](https://github.com/HCanber ) |[jgoz ](https://github.com/jgoz ) |[josephg ](https://github.com/josephg ) |
[<img alt="kba" src="https://avatars0.githubusercontent.com/u/273367?v=4&s=117" width="117"> ](https://github.com/kba ) |[<img alt="aledbf" src="https://avatars2.githubusercontent.com/u/161571?v=4&s=117" width="117"> ](https://github.com/aledbf ) |[<img alt="drubin" src="https://avatars0.githubusercontent.com/u/237513?v=4&s=117" width="117"> ](https://github.com/drubin ) |[<img alt="plitex" src="https://avatars3.githubusercontent.com/u/2946823?v=4&s=117" width="117"> ](https://github.com/plitex ) |[<img alt="nedelenbos" src="https://avatars2.githubusercontent.com/u/6542243?v=4&s=117" width="117"> ](https://github.com/nedelenbos ) |
:---: |:---: |:---: |:---: |:---: |
[kba ](https://github.com/kba ) |[aledbf ](https://github.com/aledbf ) |[drubin ](https://github.com/drubin ) |[plitex ](https://github.com/plitex ) |[nedelenbos ](https://github.com/nedelenbos ) |
[<img alt="mysiar" src="https://avatars3.githubusercontent.com/u/13708162?v=4&s=117" width="117"> ](https://github.com/mysiar ) |[<img alt="bufferoverflow" src="https://avatars2.githubusercontent.com/u/378909?v=4&s=117" width="117"> ](https://github.com/bufferoverflow ) |[<img alt="osher" src="https://avatars0.githubusercontent.com/u/803101?v=4&s=117" width="117"> ](https://github.com/osher ) |[<img alt="danielo515" src="https://avatars2.githubusercontent.com/u/2270425?v=4&s=117" width="117"> ](https://github.com/danielo515 ) |[<img alt="marnel" src="https://avatars3.githubusercontent.com/u/3189424?v=4&s=117" width="117"> ](https://github.com/marnel ) |
:---: |:---: |:---: |:---: |:---: |
[mysiar ](https://github.com/mysiar ) |[bufferoverflow ](https://github.com/bufferoverflow ) |[osher ](https://github.com/osher ) |[danielo515 ](https://github.com/danielo515 ) |[marnel ](https://github.com/marnel ) |
[<img alt="aszmyd" src="https://avatars2.githubusercontent.com/u/3050805?v=4&s=117" width="117"> ](https://github.com/aszmyd ) |[<img alt="estliberitas" src="https://avatars2.githubusercontent.com/u/568962?v=4&s=117" width="117"> ](https://github.com/estliberitas ) |[<img alt="Alexandre-io" src="https://avatars0.githubusercontent.com/u/8135542?v=4&s=117" width="117"> ](https://github.com/Alexandre-io ) |[<img alt="amirmohsen" src="https://avatars1.githubusercontent.com/u/7075106?v=4&s=117" width="117"> ](https://github.com/amirmohsen ) |[<img alt="BarthV" src="https://avatars3.githubusercontent.com/u/1901955?v=4&s=117" width="117"> ](https://github.com/BarthV ) |
:---: |:---: |:---: |:---: |:---: |
[aszmyd ](https://github.com/aszmyd ) |[estliberitas ](https://github.com/estliberitas ) |[Alexandre-io ](https://github.com/Alexandre-io ) |[amirmohsen ](https://github.com/amirmohsen ) |[BarthV ](https://github.com/BarthV ) |
[<img alt="BogdanAlexandru" src="https://avatars2.githubusercontent.com/u/5050074?v=4&s=117" width="117"> ](https://github.com/BogdanAlexandru ) |[<img alt="iambrandonn" src="https://avatars2.githubusercontent.com/u/1644549?v=4&s=117" width="117"> ](https://github.com/iambrandonn ) |[<img alt="robi-wan" src="https://avatars3.githubusercontent.com/u/30210?v=4&s=117" width="117"> ](https://github.com/robi-wan ) |[<img alt="crohrer" src="https://avatars3.githubusercontent.com/u/1255222?v=4&s=117" width="117"> ](https://github.com/crohrer ) |[<img alt="psychocode" src="https://avatars3.githubusercontent.com/u/4641709?v=4&s=117" width="117"> ](https://github.com/psychocode ) |
:---: |:---: |:---: |:---: |:---: |
[BogdanAlexandru ](https://github.com/BogdanAlexandru ) |[iambrandonn ](https://github.com/iambrandonn ) |[robi-wan ](https://github.com/robi-wan ) |[crohrer ](https://github.com/crohrer ) |[psychocode ](https://github.com/psychocode ) |
[<img alt="conorhastings" src="https://avatars2.githubusercontent.com/u/8263298?v=4&s=117" width="117"> ](https://github.com/conorhastings ) |[<img alt="coreyjewett" src="https://avatars3.githubusercontent.com/u/12782?v=4&s=117" width="117"> ](https://github.com/coreyjewett ) |[<img alt="dbroadhurst" src="https://avatars1.githubusercontent.com/u/5667105?v=4&s=117" width="117"> ](https://github.com/dbroadhurst ) |[<img alt="etiennetremel" src="https://avatars1.githubusercontent.com/u/995474?v=4&s=117" width="117"> ](https://github.com/etiennetremel ) |[<img alt="einfallstoll" src="https://avatars3.githubusercontent.com/u/619048?v=4&s=117" width="117"> ](https://github.com/einfallstoll ) |
:---: |:---: |:---: |:---: |:---: |
[conorhastings ](https://github.com/conorhastings ) |[coreyjewett ](https://github.com/coreyjewett ) |[dbroadhurst ](https://github.com/dbroadhurst ) |[etiennetremel ](https://github.com/etiennetremel ) |[einfallstoll ](https://github.com/einfallstoll ) |
[<img alt="gempain" src="https://avatars2.githubusercontent.com/u/13135149?v=4&s=117" width="117"> ](https://github.com/gempain ) |[<img alt="lbguilherme" src="https://avatars0.githubusercontent.com/u/546954?v=4&s=117" width="117"> ](https://github.com/lbguilherme ) |[<img alt="gecruz" src="https://avatars1.githubusercontent.com/u/29457476?v=4&s=117" width="117"> ](https://github.com/gecruz ) |[<img alt="idangozlan" src="https://avatars3.githubusercontent.com/u/1991021?v=4&s=117" width="117"> ](https://github.com/idangozlan ) |[<img alt="jrussellsmyth" src="https://avatars3.githubusercontent.com/u/2998207?v=4&s=117" width="117"> ](https://github.com/jrussellsmyth ) |
:---: |:---: |:---: |:---: |:---: |
[gempain ](https://github.com/gempain ) |[lbguilherme ](https://github.com/lbguilherme ) |[gecruz ](https://github.com/gecruz ) |[idangozlan ](https://github.com/idangozlan ) |[jrussellsmyth ](https://github.com/jrussellsmyth ) |
[<img alt="jirutka" src="https://avatars1.githubusercontent.com/u/949228?v=4&s=117" width="117"> ](https://github.com/jirutka ) |[<img alt="kingjan1999" src="https://avatars3.githubusercontent.com/u/3208269?v=4&s=117" width="117"> ](https://github.com/kingjan1999 ) |[<img alt="vStone" src="https://avatars2.githubusercontent.com/u/356719?v=4&s=117" width="117"> ](https://github.com/vStone ) |[<img alt="zaventh" src="https://avatars1.githubusercontent.com/u/669283?v=4&s=117" width="117"> ](https://github.com/zaventh ) |[<img alt="jeremymoritz" src="https://avatars3.githubusercontent.com/u/2779583?v=4&s=117" width="117"> ](https://github.com/jeremymoritz ) |
:---: |:---: |:---: |:---: |:---: |
[jirutka ](https://github.com/jirutka ) |[kingjan1999 ](https://github.com/kingjan1999 ) |[vStone ](https://github.com/vStone ) |[zaventh ](https://github.com/zaventh ) |[jeremymoritz ](https://github.com/jeremymoritz ) |
[<img alt="jondlm" src="https://avatars2.githubusercontent.com/u/3290587?v=4&s=117" width="117"> ](https://github.com/jondlm ) |[<img alt="speier" src="https://avatars3.githubusercontent.com/u/415836?v=4&s=117" width="117"> ](https://github.com/speier ) |[<img alt="kodypeterson" src="https://avatars1.githubusercontent.com/u/1934708?v=4&s=117" width="117"> ](https://github.com/kodypeterson ) |[<img alt="mrblackus" src="https://avatars3.githubusercontent.com/u/2353980?v=4&s=117" width="117"> ](https://github.com/mrblackus ) |[<img alt="metaa" src="https://avatars3.githubusercontent.com/u/5056880?v=4&s=117" width="117"> ](https://github.com/metaa ) |
:---: |:---: |:---: |:---: |:---: |
[jondlm ](https://github.com/jondlm ) |[speier ](https://github.com/speier ) |[kodypeterson ](https://github.com/kodypeterson ) |[mrblackus ](https://github.com/mrblackus ) |[metaa ](https://github.com/metaa ) |
[<img alt="bajtos" src="https://avatars1.githubusercontent.com/u/1140553?v=4&s=117" width="117"> ](https://github.com/bajtos ) |[<img alt="okv" src="https://avatars3.githubusercontent.com/u/465522?v=4&s=117" width="117"> ](https://github.com/okv ) |[<img alt="Vrtak-CZ" src="https://avatars1.githubusercontent.com/u/112567?v=4&s=117" width="117"> ](https://github.com/Vrtak-CZ ) |[<img alt="rafacesar" src="https://avatars3.githubusercontent.com/u/71136?v=4&s=117" width="117"> ](https://github.com/rafacesar ) |[<img alt="rbpinheiro" src="https://avatars2.githubusercontent.com/u/1257483?v=4&s=117" width="117"> ](https://github.com/rbpinheiro ) |
:---: |:---: |:---: |:---: |:---: |
[bajtos ](https://github.com/bajtos ) |[okv ](https://github.com/okv ) |[Vrtak-CZ ](https://github.com/Vrtak-CZ ) |[rafacesar ](https://github.com/rafacesar ) |[rbpinheiro ](https://github.com/rbpinheiro ) |
[<img alt="r3wald" src="https://avatars3.githubusercontent.com/u/190202?v=4&s=117" width="117"> ](https://github.com/r3wald ) |[<img alt="robertgroh" src="https://avatars3.githubusercontent.com/u/5773739?v=4&s=117" width="117"> ](https://github.com/robertgroh ) |[<img alt="prssn" src="https://avatars1.githubusercontent.com/u/951218?v=4&s=117" width="117"> ](https://github.com/prssn ) |[<img alt="RodrigoBalest" src="https://avatars0.githubusercontent.com/u/4810463?v=4&s=117" width="117"> ](https://github.com/RodrigoBalest ) |[<img alt="RomainLK" src="https://avatars3.githubusercontent.com/u/1440514?v=4&s=117" width="117"> ](https://github.com/RomainLK ) |
:---: |:---: |:---: |:---: |:---: |
[r3wald ](https://github.com/r3wald ) |[robertgroh ](https://github.com/robertgroh ) |[prssn ](https://github.com/prssn ) |[RodrigoBalest ](https://github.com/RodrigoBalest ) |[RomainLK ](https://github.com/RomainLK ) |
[<img alt="rmg" src="https://avatars2.githubusercontent.com/u/17978?v=4&s=117" width="117"> ](https://github.com/rmg ) |[<img alt="samcday" src="https://avatars0.githubusercontent.com/u/531550?v=4&s=117" width="117"> ](https://github.com/samcday ) |[<img alt="tarun1793" src="https://avatars0.githubusercontent.com/u/1783440?v=4&s=117" width="117"> ](https://github.com/tarun1793 ) |[<img alt="tcort" src="https://avatars3.githubusercontent.com/u/216720?v=4&s=117" width="117"> ](https://github.com/tcort ) |[<img alt="grrowl" src="https://avatars2.githubusercontent.com/u/907140?v=4&s=117" width="117"> ](https://github.com/grrowl ) |
:---: |:---: |:---: |:---: |:---: |
[rmg ](https://github.com/rmg ) |[samcday ](https://github.com/samcday ) |[tarun1793 ](https://github.com/tarun1793 ) |[tcort ](https://github.com/tcort ) |[grrowl ](https://github.com/grrowl ) |
[<img alt="tlvince" src="https://avatars2.githubusercontent.com/u/323761?v=4&s=117" width="117"> ](https://github.com/tlvince ) |[<img alt="lordvlad" src="https://avatars2.githubusercontent.com/u/1217769?v=4&s=117" width="117"> ](https://github.com/lordvlad ) |[<img alt="wpasternak" src="https://avatars3.githubusercontent.com/u/958449?v=4&s=117" width="117"> ](https://github.com/wpasternak ) |[<img alt="yannickcr" src="https://avatars2.githubusercontent.com/u/13209?v=4&s=117" width="117"> ](https://github.com/yannickcr ) |[<img alt="yannickglt" src="https://avatars0.githubusercontent.com/u/1006426?v=4&s=117" width="117"> ](https://github.com/yannickglt ) |
:---: |:---: |:---: |:---: |:---: |
[tlvince ](https://github.com/tlvince ) |[lordvlad ](https://github.com/lordvlad ) |[wpasternak ](https://github.com/wpasternak ) |[yannickcr ](https://github.com/yannickcr ) |[yannickglt ](https://github.com/yannickglt ) |
[<img alt="silkentrance" src="https://avatars3.githubusercontent.com/u/6068824?v=4&s=117" width="117"> ](https://github.com/silkentrance ) |[<img alt="jjaakola" src="https://avatars3.githubusercontent.com/u/3587824?v=4&s=117" width="117"> ](https://github.com/jjaakola ) |[<img alt="maxlaverse" src="https://avatars0.githubusercontent.com/u/3045354?v=4&s=117" width="117"> ](https://github.com/maxlaverse ) |[<img alt="ChadKillingsworth" src="https://avatars2.githubusercontent.com/u/1247639?v=4&s=117" width="117"> ](https://github.com/ChadKillingsworth ) |
:---: |:---: |:---: |:---: |
[silkentrance ](https://github.com/silkentrance ) |[jjaakola ](https://github.com/jjaakola ) |[maxlaverse ](https://github.com/maxlaverse ) |[ChadKillingsworth ](https://github.com/ChadKillingsworth ) |