harec

[hare] Hare compiler, written in C11 for POSIX OSs
Log | Files | Refs | README | LICENSE

commit 068e8da091f9053726251bc221abf40fdea630ff
parent e2b6d35ded1f3dd0cb8657553950f373c2734c6b
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 21 Apr 2023 14:11:18 +0200

Add MAINTAINERS

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
AMAINTAINERS | 53+++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS @@ -0,0 +1,53 @@ +Guidelines for subsystem maintainers +------------------------------------ + +Maintainers have write access to hare-announce, make use of it to announce +notable or breaking API changes. + +Any changes which affect modules outside of your jurisdiction should be subject +to some general review before being pushed upstream. + +Descriptions of section entries and preferred order +--------------------------------------------------- + + M: *Mail* patches to: FullName <address@domain> + R: Designated *Reviewer*: FullName <address@domain> + These reviewers should be CCed on patches. + L: *Mailing list* that is relevant to this area + W: *Web-page* with status/info + C: URI for *chat* protocol, server and channel where developers + usually hang out, for example irc://server/channel. + P: Subsystem Profile document for more details submitting + patches to the given subsystem. This is either an in-tree file, + or a URI. + T: *SCM* tree location. + F: *Files* and directories wildcard patterns. + A trailing slash includes all files and subdirectory files. + F: drivers/net/ all files in and below drivers/net + F: drivers/net/* all files in drivers/net, but not below + F: */net/* all files in "any top level directory"/net + One pattern per line. Multiple F: lines acceptable. + X: *Excluded* files and directories that are NOT maintained, same + rules as F:. Files exclusions are tested before file matches. + Can be useful for excluding a specific subdirectory, for instance: + F: net/ + X: net/ipv6/ + matches all files in and below net excluding net/ipv6/ + +Maintainers List +---------------- + +.. note:: When reading this list, please look for the most precise areas + first. When adding to this list, please keep the entries in + alphabetical order. + +THE REST +M: Drew DeVault <sir@cmpwn.com> +M: Ember Sawady <ecs@d2evs.net> +M: Sebastian <sebastian@sebsite.pw> +M: Bor Grošelj Simić <bgs@turminal.net> +L: ~sircmpwn/hare-dev@lists.sr.ht +T: git https://git.sr.ht/~sircmpwn/harec +C: irc://irc.libera.chat/#hare-dev +F: * +F: */