unison/CONTRIBUTORS.markdown

55 lines
2.6 KiB
Markdown
Raw Normal View History

2018-09-11 06:15:54 +03:00
Thank you to everyone who has contributed to Unison! This file lists all contributors going forward, ordered by date added to this file. If you've been asked to add your name here as part of a PR, add it to the end of the list. If you like, after your name you can also put a small blurb about what areas of Unison you've worked on. (Examples below) Feel free to update your blurb from time to time.
2018-09-11 05:38:39 +03:00
All contributions to Unison are licensed in the same way: the MIT license. See the [LICENSE file](LICENSE) for details. GitHub's [Terms of Service][1] specifically call out that when you contribute code to a project on GitHub such as Unison, it's licensed using that project's existing license. This has always been the expectation and open source wouldn't work very well if it weren't the case, but we're just calling attention to it. (Btw, if the [GitHub Terms of service link][1] is broken, please let a committer know.)
[1]: https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license
### Contributors
2018-09-11 06:20:23 +03:00
The format for this list: name, GitHub handle, and then optional blurb about what areas of Unison you've worked on.
2018-09-11 06:15:54 +03:00
* Paul Chiusano (@pchiusano) - I've worked on just about all aspects of Unison: overall design, typechecker, runtime, parser...
2018-12-10 23:14:32 +03:00
* Arya Irani (@aryairani) - Ditto
2018-09-11 14:32:42 +03:00
* Rúnar Bjarnason (@runarorama) - Typechecker, runtime, parser, code serialization
* Chris Gibbs (@atacratic) - Pretty-printer
2020-11-24 11:46:04 +03:00
* Noah Haasis (@noahhaasis)
* Francis De Brabandere (@francisdb)
2019-03-13 02:06:53 +03:00
* Matt Dziuban (@mrdziuban)
2019-03-25 20:27:00 +03:00
* Ben Fradet (@BenFradet)
2019-04-03 22:35:01 +03:00
* Billy Kaplan (@billy1kaplan)
* Tomas Mikula (@TomasMikula)
* William Carroll (@wpcarro)
* Scott Christopher (@scott-christopher)
* Alex Zolotko (@azolotko)
2019-08-07 17:42:38 +03:00
* Ian Denhardt (@zenhack)
2019-08-10 22:38:18 +03:00
* Mitchell Rosen (@mitchellwrosen)
2019-08-12 16:54:21 +03:00
* Ian Jeffries (@seagreen)
2019-10-03 23:19:47 +03:00
* Silvino Escalona (@sunrisem)
2019-10-02 18:24:15 +03:00
* James Sully (@sullyj3)
2019-10-04 09:08:37 +03:00
* Prat Tana (@pt2121)
2019-10-13 15:34:48 +03:00
* Jonas De Vuyst (@jdevuyst)
2019-10-20 23:55:04 +03:00
* George Marrows (@georgemarrows)
2019-10-25 00:29:36 +03:00
* Florian Thurm (@0xflotus)
2019-10-30 02:05:29 +03:00
* Mat Ess (@matthewess)
2019-11-21 05:33:00 +03:00
* Evan Burchard (@evanburchard)
2019-11-29 18:16:22 +03:00
* Alvaro Carrasco (@alvaroc1)
* Vladislav Zavialov (@int-index)
2019-12-21 06:01:46 +03:00
* Aaron Novstrup (@anovstrup)
2020-01-08 10:46:06 +03:00
* Pete Tsamouris (@pete-ts)
* Ian Davidson (@bontaq)
2020-02-13 19:02:54 +03:00
* Moses Alexander (@moses-alexander)
2020-03-08 01:07:50 +03:00
* Andre Popovitch (@anchpop)
* Daniël Heres (@Dandandan)
2020-04-15 07:00:36 +03:00
* Stew O'Connor (@stew)
2020-05-01 08:52:02 +03:00
* Dave Nicponski (@virusdave)
2020-05-16 01:59:06 +03:00
* Cody Allen (@ceedubs)
2020-06-01 20:05:37 +03:00
* Ludvig Sundström (@lsund)
2020-06-18 01:55:34 +03:00
* Mohamed Elsharnouby (@sharno)
2020-08-16 16:36:49 +03:00
* Jared Forsyth (@jaredly) - Documentation generation
2020-09-22 19:15:34 +03:00
* Hakim Cassimally (@osfameron) - vim support
2020-11-26 03:55:32 +03:00
* Will Badart (@wbadart)
2021-02-16 21:10:29 +03:00
* Sam Roberts (@samgqroberts)
2021-03-03 20:26:09 +03:00
* Nigel Farrelly (@nini-faroux)
* Johannes Huster (@JohannesHuster)
2021-06-05 18:12:14 +03:00
* Joseph Morag (@jmorag)