summaryrefslogtreecommitdiff
path: root/etc/teams.scm.in
AgeCommit message (Collapse)Author
2022-09-27teams: Add pukkamustard.pukkamustard
* etc/teams.scm.in: Add pukkamustard. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27teams: Add Josselin Poiret.Josselin Poiret
* etc/teams.scm.in: Add Josselin Poiret. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-26etc: teams: Add description and scope for lisp team.Guillaume Le Vaillant
* etc/teams.scm.in (lisp): Add description and scope fields.
2022-09-25etc: teams: Give games a scope.Liliana Marie Prikler
* etc/teams.scm.in (games)[#:name]: Change to “Games and Toys”. [#:description, #:scope]: New fields.
2022-09-25etc: teams: Add description and scope for emacs.Liliana Marie Prikler
* etc/teams.scm.in (emacs): Add #:description and #:scope.
2022-09-25etc: teams: Define Java team scope.Julien Lepiller
* etc/teams.scm.in (java): Define it.
2022-09-25etc: teams: Define OCaml team scope.Julien Lepiller
* etc/teams.scm.in (ocaml): Define it.
2022-09-25etc: teams: Define python team scope.Lars-Dominik Braun
* etc/teams.scm.in (python): Define it.
2022-09-25etc: teams: Define haskell team scope.Lars-Dominik Braun
* etc/teams.scm.in (haskell): Define it.
2022-09-25etc: installer: Define installer team scope.Mathieu Othacehe
* etc/teams.scm.in (installer): Define it.
2022-09-25etc: teams: Define core team scope.Mathieu Othacehe
* etc/teams.scm.in (core): Define it.
2022-09-25etc: teams: Add regular expression support to scopes.Liliana Marie Prikler
* etc/teams.scm (find-teams-by-scope): Differentiate between raw strings and regexps. Make raw string matches strict. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-25etc: teams: Add scope support.Mathieu Othacehe
Add a scope list to each team. This list defines all the files and directories that are mentored by the team. Also add a cc-members command that takes two Git revision strings as input, add returns the members that should be CC'ed given the files impacted between the two revisions. * etc/teams.scm.in (<team>)[scope]: New field. (team, list-teams): Adapt those procedures. (find-team-by-scope, diff-revisions): New procedures. (main): Add a "cc-members" command. * doc/contributing.texi ("Teams"): Document it. ("Sending a Patch Series"): Adapt it.
2022-09-14etc: teams: Add entry for Andrew Tropin.Andrew Tropin
* etc/teams.scm.in ("Andrew Tropin"): New member.
2022-09-09etc: teams: Add entry for Guillaume Le Vaillant.Guillaume Le Vaillant
* etc/teams.scm.in ("Guillaume Le Vaillant"): New member.
2022-09-04etc: teams: Add entry for Philip McGrath.Philip McGrath
* etc/teams.scm.in ("Philip McGrath"): New member. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-04etc: teams: Add racket team.Philip McGrath
* etc/teams.scm.in (racket): New team. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-11etc: teams: Add Mathieu Othacehe to mentors.Mathieu Othacehe
* etc/teams.scm.in (mentors): New member.
2022-08-05etc: teams: Add entry for Mathieu Othacehe.Mathieu Othacehe
* etc/teams.scm.in ("Mathieu Othacehe"): New member.
2022-08-05etc: teams: Add entry for Eric Bavier.Eric Bavier
* etc/teams.scm.in ("Eric Bavier"): New member. (mozilla): Add #:description keyword before description.
2022-07-13etc: teams: Add entry for Jonathan Brielmaier.Jonathan Brielmaier
* etc/teams.scm.in ("Jonathan Brielmaier"): New member.
2022-07-13etc: teams: Add mozilla team.Jonathan Brielmaier
* etc/teams.scm.in (mozilla): New team.
2022-07-10etc: teams: Add entry for Thiago Jung Bauermann.Thiago Jung Bauermann
* etc/teams.scm.in ("Thiago Jung Bauermann"): New member. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08etc: teams: Add entry for Christopher Baines.Christopher Baines
* etc/teams.scm.in ("Christopher Baines"): New member.
2022-07-08etc: teams: Add entry for Björn Höfling.Björn Höfling
* etc/teams.scm.in ("Björn Höfling"): New member.
2022-07-07etc: teams: Add entry for jgart.jgart via Guix-patches via
* etc/teams.scm.in ("jgart"): New member. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-07-07etc: teams: Add entry for Lars-Dominik Braun.Lars-Dominik Braun
* etc/teams.scm.in ("Lars-Dominik Braun"): New member.
2022-07-07etc: teams: Add entry for Florian Pelz.Florian Pelz
* etc/teams.scm.in ("Florian Pelz"): New member.
2022-07-06etc: teams: Add entry for Julien Lepiller.Julien Lepiller
* etc/teams.scm.in ("Julien Lepiller"): New member.
2022-07-04etc: teams: Add entry for Efraim Flashner.Efraim Flashner
* etc/teams.scm.in ("Efraim Flashner"): New member.
2022-07-03teams: Add leo Famulari.Leo Famulari
* etc/teams.scm.in ("Leo Famulari"): New member.
2022-07-03etc: teams: Add entry for Liliana Prikler.Liliana Marie Prikler
* etc/teams.scm.in ("Liliana Marie Prikler"): New member.
2022-07-03etc: teams: Sort members lexicographically by last name.Liliana Marie Prikler
* etc/teams.scm.in: Sort members lexicographically by last name.
2022-07-03etc: Update teams.Andreas Enge
* etc/teams.scm.in: Rename maths team to science and add myself to it.
2022-07-03etc: Add teams.scm.Ricardo Wurmus
* etc/teams.scm.in: New file. * configure.ac: Generate executable. * .gitignore: Ignore generated file.