-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMAINTAINERS
57 lines (49 loc) · 2.08 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
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.
OPENBSD SUPPORT
M: Lennart Jablonka <humm@ljabl.com>
T: *+openbsd*
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: */