unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Pick your team!
@ 2022-09-25  7:46 Mathieu Othacehe
  2022-09-25 10:46 ` Lars-Dominik Braun
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-25  7:46 UTC (permalink / raw)
  To: guix-devel


Hello,

We recently introduced a teams.scm[1] file defining different teams such
as "Julia team", "Lisp team" or "Mentors".

If you are a newcomer seeking for some guidance to contribute to a Lisp
package, you can run the following command:

--8<---------------cut here---------------start------------->8---
mathieu@meije ~/guix [env]$ ./etc/teams.scm list-members lisp
Guillaume Le Vaillant <glv@posteo.net>
jgart <jgart@dismail.de>
--8<---------------cut here---------------end--------------->8---

so that you know who can help you with you endeavor.

Now, we are going a step further, and by running:

--8<---------------cut here---------------start------------->8---
mathieu@meije ~/guix [env]$ git send-email --to XXX@@debbugs.gnu.org $(./etc/teams.scm cc-members HEAD~2 HEAD) *.patch
--8<---------------cut here---------------end--------------->8---

the teams concerned by the two last commits you are sending to review
will automatically by put in CC.

This is automatic but not magic! It works by defining a scope of files
that are mentored by a team. For instance, the installer team has the
following scope:

--8<---------------cut here---------------start------------->8---
(define-team installer
  (team 'installer
        #:name "Installer script and system installer"
        #:scope
        (list (make-regexp "^guix/installer(\\.scm$|/)"))))
--8<---------------cut here---------------end--------------->8---

So, we can all improve this mechanism by:

1. Defining your team scope, if you are already part of a team

2. Joining a team

To do that, you can send patches to the etc/teams.scm.in file.

Thanks,

Mathieu

[1]: https://git.savannah.gnu.org/cgit/guix.git/tree/etc/teams.scm.in


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Pick your team!
  2022-09-25  7:46 Pick your team! Mathieu Othacehe
@ 2022-09-25 10:46 ` Lars-Dominik Braun
  0 siblings, 0 replies; 2+ messages in thread
From: Lars-Dominik Braun @ 2022-09-25 10:46 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: guix-devel

Hi Mathieu,

> 1. Defining your team scope, if you are already part of a team
I pushed scopes for the Haskell and Python teams, but especially for the
latter packages are all over the place and barely covered by file-based
scopes unfortunately.

Cheers,
Lars



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-25 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-25  7:46 Pick your team! Mathieu Othacehe
2022-09-25 10:46 ` Lars-Dominik Braun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).