mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[DOCS] Add myself to CODEOWNERS file
This commit is contained in:
parent
ccf8bff3ec
commit
6997a7a36f
1 changed files with 14 additions and 5 deletions
19
CODEOWNERS
19
CODEOWNERS
|
@ -1,6 +1,6 @@
|
||||||
## List of maintainers for the ReactOS project
|
## List of maintainers for the ReactOS project
|
||||||
|
|
||||||
## This file purpose is to give newcomers to the projet the responsible
|
## This file purpose is to give newcomers to the project the responsible
|
||||||
## developers when submitting a pull request on GitHub, or opening a bug
|
## developers when submitting a pull request on GitHub, or opening a bug
|
||||||
## report on Jira.
|
## report on Jira.
|
||||||
|
|
||||||
|
@ -149,8 +149,9 @@ CMakeLists.txt @learn-more @ThFabba
|
||||||
# Freeloader
|
# Freeloader
|
||||||
# M:
|
# M:
|
||||||
# R: tkreuzer. ThePhysicist, Timo Kreuzer
|
# R: tkreuzer. ThePhysicist, Timo Kreuzer
|
||||||
|
# R: Extravert-ir, extravert34, Victor Perevertkin
|
||||||
# S: Maintained
|
# S: Maintained
|
||||||
/boot/freeldr/freeldr/ @tkreuzer
|
/boot/freeldr/freeldr/ @tkreuzer @Extravert-ir
|
||||||
|
|
||||||
# HAL / APIC
|
# HAL / APIC
|
||||||
# M: tkreuzer. ThePhysicist, Timo Kreuzer
|
# M: tkreuzer. ThePhysicist, Timo Kreuzer
|
||||||
|
@ -184,6 +185,13 @@ CMakeLists.txt @learn-more @ThFabba
|
||||||
# S: Maintained
|
# S: Maintained
|
||||||
/drivers/network/ @ThFabba
|
/drivers/network/ @ThFabba
|
||||||
|
|
||||||
|
# Intel PRO/1000 NIC family driver
|
||||||
|
# M:
|
||||||
|
# R: ThFabba, Thomas Faber
|
||||||
|
# R: Extravert-ir, extravert34, Victor Perevertkin
|
||||||
|
# S: Maintained
|
||||||
|
/drivers/network/dd/e1000/ @ThFabba @Extravert-ir
|
||||||
|
|
||||||
# Network File Systems kernel libraries
|
# Network File Systems kernel libraries
|
||||||
# M: HeisSpiter, Pierre Schweitzer
|
# M: HeisSpiter, Pierre Schweitzer
|
||||||
# S: Maintained
|
# S: Maintained
|
||||||
|
@ -251,10 +259,11 @@ CMakeLists.txt @learn-more @ThFabba
|
||||||
|
|
||||||
# USB Drivers
|
# USB Drivers
|
||||||
# M: ThFabba, Thomas Faber
|
# M: ThFabba, Thomas Faber
|
||||||
|
# R: Extravert-ir, extravert34, Victor Perevertkin
|
||||||
# S: Maintained
|
# S: Maintained
|
||||||
/drivers/usb/ @ThFabba
|
/drivers/usb/ @ThFabba @Extravert-ir
|
||||||
/sdk/lib/drivers/libusb/ @ThFabba
|
/sdk/lib/drivers/libusb/ @ThFabba @Extravert-ir
|
||||||
/sdk/include/reactos/drivers/usbport/ @ThFabba
|
/sdk/include/reactos/drivers/usbport/ @ThFabba @Extravert-ir
|
||||||
|
|
||||||
# Virtual CD-ROM
|
# Virtual CD-ROM
|
||||||
# M: HeisSpiter, Pierre Schweitzer
|
# M: HeisSpiter, Pierre Schweitzer
|
||||||
|
|
Loading…
Reference in a new issue