From 6ab498c309716f57a2f9c332faab944bf6dbac48 Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Wed, 21 Jun 2017 12:44:44 +0200 Subject: [PATCH] Give props to contributors This is a first stab at making a separate file containing contributors. It is a lot of manual work, but we can update it in bulk, and it's worth it to ensure people get virtual compliments for their hard work, even if that hard work might not be code specific. This starts work at fixing #1223 --- CONTRIBUTORS.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 5 +++- 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000000000..8659b427578ae --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,68 @@ +# Contributors + +Gutenberg is built by many contributors and volunteers. Thanks to all of them for their work! + +This list is manually curated to include valuable contributions by volunteers that do not include code, such as user testing, providing feedback, or mockups. Please edit this list to include new contributors as they come in. There is no particular order to this list. If you or someone else were omitted from this list, we assure you that was not intentional. Please let us know and we'll add you. + +- @youknowriad +- @aduth +- @jasmussen +- @iseulde +- @mtias +- @nylen +- @EphoxJames +- @mkaz +- @notnownikki +- @BE-Webdesign +- @njpanderson +- @mimo84 +- @intronic +- @westonruter +- @mcsf +- @dmsnell +- @afercia +- @paulwilde +- @mitogh +- @codebykat +- @ahmadawais +- @kopepasah +- @circlecube +- @adamsilverstein +- @timmyc +- @ephox-mogran +- @nb +- @JDGrimes +- @Soean +- @mapk +- @sirjonathan +- @j-falk +- @ryelle +- @ntwb +- @lamosty +- @willybahuaud +- @maurobringolf +- @aaronjorbin +- @spocke +- @androb +- @annaephox +- @Afraithe +- @georgeh +- @m +- @melchoyce +- @pento +- @karmatosed +- @nitrajka +- @sirreal +- @inhil +- @georgeolaru +- @martinlugton +- @joyously +- @rileybrook +- @azaozz +- @folletto +- @ianstewart +- @johnpixle +- @mrwweb +- @diegoliv +- @lukecav +- @shaunandrews diff --git a/README.md b/README.md index 685e9808771a0..905c083648ded 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,14 @@ This is the development hub for the this example. +## Contributors + +Gutenberg is built by many contributors and volunteers. Please see the full list in CONTRIBUTORS.md. + ## Further Reading - Editor Technical Overview - How Blocks Work -- Editor Mockups - WP Post Grammar Parser - Development updates on make.wordpress.org