-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMAINTAINERS
89 lines (74 loc) · 2.71 KB
/
MAINTAINERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
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
B: URI for where to file *bugs*. A web-page with detailed bug
filing info, a direct bug tracker link, or a mailto: URI.
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/
N: Notes (free-form)
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.
AARCH64 SUPPORT
M: Willow Barraco <contact@willowbarraco.fr>
F: *aarch64*
CRYPTOGRAPHIC LIBRARY
M: Armin Preiml <apreiml@strohwolke.at>
F: crypto/
P: crypto/conventions.txt
DATE/TIME SUPPORT
M: Byron Torres <b@torresjrjr.com>
F: time/
DNS SUPPORT
M: Conrad Hoffmann <ch@bitfehler.net>
F: net/dns/
MATHEMATICAL LIBRARY
M: Bor Grošelj Simić <bgs@turminal.net>
F: math/
NETBSD SUPPORT
M: Mallory Adams <malloryadams@fastmail.com>
F: *netbsd*
OPENBSD SUPPORT
M: Lorenz (xha) <me@xha.li>
F: *openbsd*
REGULAR EXPRESSIONS
M: Vlad-Stefan Harbuz <vlad@vladh.net>
F: regex/
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/hare
C: irc://irc.libera.chat/#hare-dev
F: *
F: */