unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Matt <matt@excalamus.com>
To: 70823@debbugs.gnu.org
Cc: dev <dev@jpoiret.xyz>, "Ludovic Courtès" <ludo@gnu.org>,
	pelzflorian <pelzflorian@pelzflorian.de>,
	maximcournoyer <maxim.cournoyer@gmail.com>
Subject: [bug#70823] [PATCH] Re: Creating a documentation team?
Date: Tue, 07 May 2024 19:57:01 +0200	[thread overview]
Message-ID: <18f5433a2bc.e7bb36da162086.8208069218549834965@excalamus.com> (raw)
In-Reply-To: <87zft946gy.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]


 ---- On Wed, 01 May 2024 22:34:05 +0200  Ludovic Courtès  wrote --- 

 > I’ve added the documentation team locally.  I’ll push shortly and let
 > you add yourselves.

 See attached patch.  Happy to continue helping and learning more about Guix :)

[-- Attachment #2: 0001-teams-Add-to-the-documentation-team.patch --]
[-- Type: application/octet-stream, Size: 769 bytes --]

From fe1ccf9bce9e29e3f623c5f99258281ae1e3e29d Mon Sep 17 00:00:00 2001
From: Matthew Trzcinski <matt@excalamus.com>
Date: Tue, 7 May 2024 19:40:33 +0200
Subject: [PATCH] teams: Add to the documentation team.

* etc/teams.scm (Matthew Trzcinski): Add to documentation team.
---
 etc/teams.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 0dc2325c3e..6cf29b74cc 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -734,6 +734,10 @@ (define-member (person "Adam Faiz"
                        "adam.faiz@disroot.org")
   games)
 
+(define-member (person "Matthew Trzcinski"
+                       "matt@excalamus.com")
+  documentation)
+
 \f
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.41.0


  parent reply	other threads:[~2024-05-07 17:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87a5p8yn4p.fsf@dadoes.de>
     [not found] ` <18d0e410102.e16898001715108.8020629039859398477@excalamus.com>
     [not found]   ` <878r4ml93e.fsf@gmail.com>
     [not found]     ` <18d23870de2.119d4f41c239950.5543896370981537109@excalamus.com>
     [not found]       ` <18d48373140.10c55a4722276191.1969374822318990762@excalamus.com>
     [not found]         ` <87r0h5ray4.fsf@gmail.com>
     [not found]           ` <18dccf417d0.ca418748214075.562011919630800442@excalamus.com>
     [not found]             ` <87y1bboq2i.fsf@gmail.com>
     [not found]               ` <18dd741c397.eb3e3c20130225.478777462592413812@excalamus.com>
     [not found]                 ` <18dff5f7ac0.12981499e295073.4475195706110749663@excalamus.com>
     [not found]                   ` <87zfvbgu3q.fsf_-_@pelzflorian.de>
     [not found]                     ` <18e154a064f.10b18ae281601105.807357574739020306@excalamus.com>
     [not found]                       ` <87bk7qnfd5.fsf@pelzflorian.de>
     [not found]                         ` <18e280dc65a.fb9272352515573.111358157668309553@excalamus.com>
     [not found]                           ` <87le6ou5ly.fsf@pelzflorian.de>
     [not found]                             ` <18e46e0150a.126718be4584704.7946677375549431621@excalamus.com>
     [not found]                               ` <87zfuynug6.fsf@pelzflorian.de>
2024-03-24  9:27                                 ` [bug#69977] [PATCH] doc: doc-Simplify installation instructions (was Re: doc: installation: fix ~root confusion (was Re: doc: Removing much of Binary Installation)) Matt
2024-03-24  9:32                                   ` [bug#69976] " Matt
     [not found]                                     ` <87edbitv7l.fsf@gmail.com>
2024-04-07  8:30                                       ` bug#69977: " pelzflorian (Florian Pelz)
2024-04-10  2:57                                         ` [bug#69977] " Maxim Cournoyer
2024-03-25 19:26                                   ` [bug#69977] [PATCH] doc: doc-Simplify installation instructions pelzflorian (Florian Pelz)
2024-04-06  8:06                                     ` Matt
     [not found] ` <18ec853a933.df0e6c395339428.1434045801453734872@excalamus.com>
     [not found]   ` <87cyqutzi7.fsf@pelzflorian.de>
     [not found]     ` <18ed3bf88ae.d3f47e4a469282.3054417616933929685@excalamus.com>
     [not found]       ` <87zftwa0ok.fsf@pelzflorian.de>
     [not found]         ` <87v84dfnpq.fsf_-_@gnu.org>
     [not found]           ` <18efaa3de65.e04eeaff2622676.5935820749249224648@excalamus.com>
     [not found]             ` <87zft946gy.fsf@gnu.org>
2024-05-07 17:57               ` Matt [this message]
2024-05-11 13:03                 ` bug#70823: [PATCH] Re: Creating a documentation team? pelzflorian (Florian Pelz)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18f5433a2bc.e7bb36da162086.8208069218549834965@excalamus.com \
    --to=matt@excalamus.com \
    --cc=70823@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    --cc=ludo@gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=pelzflorian@pelzflorian.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).