From owner-dev-commits-src-all@freebsd.org Mon May 31 13:48:34 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52424647C77; Mon, 31 May 2021 13:48:34 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtxTG0Ntsz4v56; Mon, 31 May 2021 13:48:33 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi1-f173.google.com with SMTP id z3so12324130oib.5; Mon, 31 May 2021 06:48:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=lrYBA8DOHpVbWFcaAibDUPj//CHhx1S/geLRxZZeZgM=; b=DLFhrrDzmWTki8mhDymP2kqrWcNEuLLi3Qie/oQC6L9z0s9hd9WTRD39g4VPUjwzv6 S+s/D6PKyJJKRJE+8z2aRRF2zsUZld8TdLlZ452tJqCAAGrlP6l38g9CE2OMztccF7h1 aFdj8xVRA49MD09jcaDixp1QcBcKQ+Hzhc2Izhr7Dg3Z0zwF2ae6SoR/VrdbzztMh4oQ gHcxtWZ+aqE8t8Cw81iFmiOwY8yHSuVioJ97X5Q+e1Zjp+PdepvLgCyuFVXPJthK9lKY qtmzb982OyOm7Yt6GdXHhji6G5h324zLqdOUgpOaEHWsevPb6PlwF91oRKRHAbW5hfqo 6jHQ== X-Gm-Message-State: AOAM531EoJC5rojuhrPnvAyh45cGcndfEzQ3hUJOJpyHEX5JUo3w0xHi Kp1c8WYSR55Q7CDeLLubQluXOfugbRn9DT02GGmEFO7Pszx1kQ== X-Google-Smtp-Source: ABdhPJyr5etrPIj+WgRr4TLb9meXbzjUS2PE3wVIlxs1uyyN9ZaUULNlKKrbRpmjb2QzYNdYBQMoTA+bmyw/ymGYb6M= X-Received: by 2002:aca:e142:: with SMTP id y63mr14099997oig.57.1622468912999; Mon, 31 May 2021 06:48:32 -0700 (PDT) MIME-Version: 1.0 References: <202105302249.14UMnbcl094541@gitrepo.freebsd.org> <52c0315a-ab34-6662-3760-53357b6aedaf@FreeBSD.org> <20210531104351.GA14564@belenus.iks-jena.de> In-Reply-To: <20210531104351.GA14564@belenus.iks-jena.de> From: Alan Somers Date: Mon, 31 May 2021 07:48:22 -0600 Message-ID: Subject: Re: git: 5a20c351ea45 - main - [skip ci] add a CODEOWNERS file To: Lutz Donnerhacke Cc: Kubilay Kocak , src-committers , "" , dev-commits-src-main@freebsd.org X-Rspamd-Queue-Id: 4FtxTG0Ntsz4v56 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 13:48:34 -0000 On Mon, May 31, 2021 at 4:44 AM Lutz Donnerhacke wrote: > On Mon, May 31, 2021 at 12:11:12PM +1000, Kubilay Kocak wrote: > >> +# The source tree is a community effort. However, some folks go to the > >> +# trouble of looking after particular areas of the tree. In return for > >> +# their active caretaking of the code it is polite to coordinate > changes > >> +# with them. This is a list of people who have expressed an interest > in > >> +# part of the code or listed their active caretaking role so that other > >> +# committers can easily find somebody who is familiar with it. The > notes > >> +# should specify if there is a 3rd party source tree involved or other > >> +# things that should be kept in mind. > >> +# > >> +# However, this is not a 'big stick', it is an offer to help and a > source > >> +# of guidance. It does not override the communal nature of the tree. > >> +# It is not a registry of 'turf' or private property. > > Who is allowed to add to this file? > Anybody with a Github account can put themselves in there. You don't even need to be a committer , technically.