Based on the Wine maintainers file.
From: Zebediah Figura zfigura@codeweavers.com
--- MAINTAINERS | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 MAINTAINERS
diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 00000000..d5ccf5c1 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,39 @@ + + + List of vkd3d subsection maintainers + +When submitting patches to vkd3d, the guidelines at +https://wiki.winehq.org/SubmittingPatches should be followed. This file +contains a list of maintainers for subsections of vkd3d. When submitting +patches, you may want to CC relevant people from this list. If you have +questions about your work in an area of vkd3d, you may find a list of +knowledgeable people here. + +This file uses a similar format to the Linux kernel MAINTAINERS file. +Descriptions of section entries used here: + + M: Primary maintainer. CC patches to: FullName address@domain + P: Other knowledgeable person. FullName address@domain + F: Files and directories with wildcard patterns. + One pattern per line. Multiple F: lines acceptable. + +Maintainers List + + ----------------------------------- + +HLSL compiler +M: Zebediah Figura zfigura@codeweavers.com +P: Matteo Bruni mbruni@codeweavers.com +P: Francisco Casas fcasas@codeweavers.com +P: Giovanni Mascellani gmascellani@codeweavers.com +F: libs/vkd3d-shader/hlsl* + +HLSL preprocessor +M: Zebediah Figura zfigura@codeweavers.com +P: Matteo Bruni mbruni@codeweavers.com +F: libs/vkd3d-shader/preproc* + +THE REST +M: Henri Verbeet hverbeet@codeweavers.com +F: * +F: */
You may want to consider adding a change similar to commit 25ac708dade1f1cccbead236ad3c067fd0f14d26 from Wine.
On 9/27/22 01:16, Huw Davies (@huw) wrote:
You may want to consider adding a change similar to commit 25ac708dade1f1cccbead236ad3c067fd0f14d26 from Wine.
Thanks, I've updated the patch accordingly.