1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# Current maintainers / project administrators
* Diego Garcia Gangl
* Jean-François Fortin Tam
* Lionel Dricot
# Previous maintainers, 2011-2015 era
* Izidor Matušov
* Nimit Shah
* Parin Porecha
# Previous maintainers, 2008-2010 era
* Lionel Dricot
* Luca Invernizzi
* Bryce Harrington
* Bertrand Rousseau
* Kevin Mehall
* Jonathan Lange
* Paulo Cabido
* Luca Falavigna
For the list of recent contributors who made the latest release possible,
see GTG/core/info.py (the content that shows up in the GUI's About dialog).
A handwritten list here would be too long, be frequently outdated,
and would not give contributors their relative merit.
So we point you instead to:
* git shortlog -s -n # for the all-time hall of fame
* git shortlog -s -n v0.3.1..HEAD # for the list of top contributors from the 0.3.1 release until now
* git blame the_file_you_are_interested_in
* https://www.openhub.net/p/gtg/contributors
* https://github.com/getting-things-gnome/gtg/graphs/contributors
|