diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-05-10 17:12:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-23 11:38:33 +0200 |
commit | 8dff81313876a54519ce17e9fda64d4310e2dd5c (patch) | |
tree | 6226468bd859748351191d1d178ecf0fcf5991cd /doc/contributing.texi | |
parent | 3b6e499d5e635e2189f1bf60279dbf5175c404bd (diff) |
teams: Add “codeowners” action.
* etc/teams.scm (team->codeowners-snippet, export-codeowners): New
procedures.
(main): Add “codeowners” action.
* doc/contributing.texi (Teams): Document it.
Change-Id: I601443981af374d85160833f7096d8c973873fb1
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 1f6e7b1571..dd32cb7327 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -2733,6 +2733,13 @@ $ guix shell -D guix [env]$ git send-email --to=@var{ISSUE_NUMBER}@@debbugs.gnu.org -2 @end example +To generate a @file{CODEOWNERS} file, which Forgejo uses to determine +which team or person should review changes to a given set of files, run: + +@example +./etc/teams.scm codeowners > CODEOWNERS +@end example + @node Making Decisions @section Making Decisions |