harec

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

MAINTAINERS (2057B)


      1 Guidelines for subsystem maintainers
      2 ------------------------------------
      3 
      4 Maintainers have write access to hare-announce, make use of it to announce
      5 notable or breaking API changes.
      6 
      7 Any changes which affect modules outside of your jurisdiction should be subject
      8 to some general review before being pushed upstream.
      9 
     10 Descriptions of section entries and preferred order
     11 ---------------------------------------------------
     12 
     13 	M: *Mail* patches to: FullName <address@domain>
     14 	R: Designated *Reviewer*: FullName <address@domain>
     15 	   These reviewers should be CCed on patches.
     16 	L: *Mailing list* that is relevant to this area
     17 	W: *Web-page* with status/info
     18 	C: URI for *chat* protocol, server and channel where developers
     19 	   usually hang out, for example irc://server/channel.
     20 	P: Subsystem Profile document for more details submitting
     21 	   patches to the given subsystem. This is either an in-tree file,
     22 	   or a URI.
     23 	T: *SCM* tree location.
     24 	F: *Files* and directories wildcard patterns.
     25 	   A trailing slash includes all files and subdirectory files.
     26 	   F:	drivers/net/	all files in and below drivers/net
     27 	   F:	drivers/net/*	all files in drivers/net, but not below
     28 	   F:	*/net/*		all files in "any top level directory"/net
     29 	   One pattern per line.  Multiple F: lines acceptable.
     30 	X: *Excluded* files and directories that are NOT maintained, same
     31 	   rules as F:. Files exclusions are tested before file matches.
     32 	   Can be useful for excluding a specific subdirectory, for instance:
     33 	   F:	net/
     34 	   X:	net/ipv6/
     35 	   matches all files in and below net excluding net/ipv6/
     36 
     37 Maintainers List
     38 ----------------
     39 
     40 .. note:: When reading this list, please look for the most precise areas
     41           first. When adding to this list, please keep the entries in
     42           alphabetical order.
     43 
     44 THE REST
     45 M:	Drew DeVault <sir@cmpwn.com>
     46 M:	Ember Sawady <ecs@d2evs.net>
     47 M:	Sebastian <sebastian@sebsite.pw>
     48 M:	Bor Grošelj Simić <bgs@turminal.net>
     49 L:	~sircmpwn/hare-dev@lists.sr.ht
     50 T:	git https://git.sr.ht/~sircmpwn/harec
     51 C:	irc://irc.libera.chat/#hare-dev
     52 F:	*
     53 F:	*/