diff --git a/docs/index.rst b/docs/index.rst index 123d1b1ce..961c0f42d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,6 +32,7 @@ Contents reference/index plugins/index faq + team contributing dev/index diff --git a/docs/team.rst b/docs/team.rst new file mode 100644 index 000000000..40f2bf919 --- /dev/null +++ b/docs/team.rst @@ -0,0 +1,76 @@ +Team +#### + +This is an introduction of beets' core-team members, collaborators and frequent +contributors. Refer to this list to find out who to ask about your +collaboration idea, discuss a usage-question, request a review of your open PR. +Beets is a huge project and not everyone involved, knows everything. We hope +this helps to point you in the right direction in the first place and should +give you an idea of what you can expect from these *knowledge owners*. + +@arsaboo +======== + +* The master of the Spotify plugin +* Testing out new contributions +* beets as a music discovery tool + +@govynnus +========= + +* The AURA plugin +* The AURA specification +* The web plugin +* The plugin ecosystem +* The library database API and its documentation + +@joj0 +===== + +* The Discogs plugin +* Other metadata source plugins +* Generalization of source plugin logic (The MetaDataSourcePlugin abstract + class) +* Good documentation throughout the project +* The smartplaylist plugin +* Things around m3u and other playlist formats + +@RollingStar +============ + +* Data visualization +* ListenBrainz / Last.fm +* Smart playlists +* Library reports +* MusicBrainz fields and searching +* Project organization and roadmap + +@sampsyo +======== + +* The founder +* Knows almost everything ;-) + +@serene-arc +=========== + +* Good documentation throughout the project +* Experienced Python developer +* Experienced in test-driven-development +* Code quality +* Typing + +@wisp3rwind +=========== + +* Mr. Tidy - Keeping the code in shape +* Focus on improving core things rather than implementing new features + +@ybnd +===== + +* The replaygain plugin +* Improving the general parallelism of plugins +* Experienced with web scrapers +* Experienced with Flask and JavaScript integration +* The web plugin