Permalink
Please sign in to comment.
Browse files
Replace manually curated list of contributors with link to generated …
…versions. Maintaining this file is error-prone and not worth the time when there are tools that show this information automatically.
- Loading branch information...
Showing
with
10 additions
and 53 deletions.
- +0 −53 CONTRIBUTORS
- +10 −0 CONTRIBUTORS.rst
53
CONTRIBUTORS
| @@ -1,53 +0,0 @@ | ||
| -============ | ||
| -CONTRIBUTORS | ||
| -============ | ||
| - | ||
| -Current primary developers: | ||
| - | ||
| -* Ricky Rosario (r1cky) | ||
| -* Will Kahn-Greene (willkg) | ||
| -* Rehan Dalal (rdalal) | ||
| -* Mike Cooper (mythmon) | ||
| - | ||
| -Contributors: | ||
| - | ||
| -* Alex Buchanan | ||
| -* Anush (anushbmx) | ||
| -* Kadir Topal (atopal) | ||
| -* Berker Peksag | ||
| -* Brian Browning | ||
| -* Cesar Carruitero | ||
| -* Cheng Wang | ||
| -* David Lilly | ||
| -* David Weir (satdav) | ||
| -* Debapriya Bhattacharya (deb.bhattacharya6) | ||
| -* Erik Rose | ||
| -* Fred Wenzel | ||
| -* Gaurav Dadhania | ||
| -* Ibai García | ||
| -* Isac Lagerblad | ||
| -* James Socol | ||
| -* Jason Thomas | ||
| -* Jen Fong-Adwent | ||
| -* Jeremy Orem | ||
| -* Joshua Gross | ||
| -* Michal Frontczak | ||
| -* Mike Cooper | ||
| -* Nghi Tran | ||
| -* Paul Craciunoiu | ||
| -* Pragun Bhutani | ||
| -* Rehan Dalal | ||
| -* Ricky Rosario | ||
| -* Safwan Rahman | ||
| -* Shyam Mani | ||
| -* Stanisław Malolepszy (stas) | ||
| -* Swarnava Sengupta | ||
| -* Tanay Gavankar | ||
| -* Tanner Filip | ||
| -* Taygun Agiali | ||
| -* Tim Watts | ||
| -* Tobias Markus (Tobbi) | ||
| -* Tomoya Asai | ||
| -* Tyler Downer | ||
| -* voodoochild | ||
| -* Will Kahn-Greene |
10
CONTRIBUTORS.rst
| @@ -0,0 +1,10 @@ | ||
| +============ | ||
| +CONTRIBUTORS | ||
| +============ | ||
| + | ||
| +The list of people who have contributed to the Kitsune code is not manually | ||
| +maintained. Our git history is the source of truth for who has contributed to | ||
| +Kitsune. For a list of contributors, see the `GitHub contributors graph`_, or run | ||
| +``git shortlog -sn`` in a checkout of this repository. | ||
| + | ||
| +.. _GitHub contributors graph: https://github.com/mozilla/kitsune/graphs/contributors |
0 comments on commit
c739e27