commit be7057024ceb4ff01bd8ebefc4fd69bd2d6141c8
parent e753d663de9a8fdd7333094545309e68f0c7c79f
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 19 Apr 2023 12:49:09 +0200
Add MAINTAINERS
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
A | MAINTAINERS | | | 74 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 74 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
@@ -0,0 +1,74 @@
+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/
+ N: Files and directories *Regex* patterns.
+ N: [^a-z]tegra all files whose path contains tegra
+ (not including files like integrator)
+ One pattern per line. Multiple N: lines acceptable.
+ scripts/get_maintainer.pl has different behavior for files that
+ match F: pattern and matches of N: patterns. By default,
+ get_maintainer will not look at git log history when an F: pattern
+ match occurs. When an N: match occurs, git log history is used
+ to also notify the people that have git commit signatures.
+
+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.
+
+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/
+F: datetime/
+
+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>
+L: ~sircmpwn/hare-dev@lists.sr.ht
+T: git https://git.sr.ht/~sircmpwn/hare
+F: *
+F: */