[TASKMGR][TRANSLATION] Estonian localization
[reactos.git] / MAINTAINERS
index ea1ab51..28ae7ee 100644 (file)
@@ -9,6 +9,7 @@ area of ReactOS. Being a maintainer means the following:
        - that person has good knownledge in the area
        - that person is able to enforce consistency in the area
        - that person may be available for giving help in the area
+       - that person has push access on the repository
 Being a maintainer does not mean the following:
        - that person is dedicated to the area
        - that person is working full-time on the area/on ReactOS
@@ -25,7 +26,8 @@ from all the listed reviewers.
 Also, when submitted a pull request on GitHub, rules defined in
 CONTRIBUTING.md apply. And if the maintainer is not available and
 reviewers approved the pull request, developers feeling confident
-can merge the pull request.
+can merge the pull request. Note that reviewers do not necessarily
+have push access to the repository.
 When submitting a bug report on Jira, if you want to be sure to have
 a developer with skills in that area, write @nick from M people.
 
@@ -37,6 +39,10 @@ managing local patches. He is not here to upstream code on your behalf.
 As responsible, he may refuse a local patch if you did not try to
 upstream your changes.
 
+If you want to get listed in that file, either put yourself in the
+file and push it, or open a pull request. You can also ask a person
+who has push access to add yourself.
+
 This file uses a similar format to the Linux kernel MAINTAINERS file.
 Descriptions of section entries used here:
        M: Primary maintainer. Assign them pull requests
@@ -51,15 +57,49 @@ Descriptions of section entries used here:
           this area
        C: Comments
 
+ACPI
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: drivers/bus/acpi/
+       F: hal/halx86/acpi/
+
+ACPICA Library
+       M: ThFabba, Thomas Faber
+       S: Upstream
+       F: drivers/bus/acpi/acpica/
+
+Apisets
+       M: learn-more, learn_more, Mark Jansen
+       S: Maintained
+       F: dll/apisets
+
+Application Compatibility subystem
+       M: learn-more, learn_more, Mark Jansen
+       S: Maintained
+       F: dll/appcompat
+       F: dll/shellext/acppage
+       F: ntoskrnl/ps/apphelp.c
+
 Cache Manager
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
+       F: modules/rostests/kmtests/ntos_cc/
        F: ntoskrnl/cc/
 
 Cache Manager Rewrite
-       S: Abandonned
+       S: Abandoned
        F: ntoskrnl/cache/
 
+CMake Build Scripts
+       M:
+       R: learn-more, learn_more, Mark Jansen
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: sdk/cmake/
+       F: */CMakeLists.txt
+       F: */*.cmake
+
 File Systems
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
@@ -70,14 +110,29 @@ File Systems
 File Systems Run Time Library
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
+       F: modules/rostests/kmtests/ntos_fsrtl/
+       F: modules/rostests/kmtests/novp_fsrtl/
        F: ntoskrnl/fsrtl/
        F: sdk/lib/drivers/ntoskrnl_vista/fsrtl.c
 
-IO Manager
+HID Drivers
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: drivers/hid/
+
+Kernel
        M:
        R: HeisSpiter, Pierre Schweitzer
+       R: ThFabba, Thomas Faber
        S: Maintained
-       F: ntoskrnl/io/iomgr/
+       F: ntoskrnl/
+
+Network Drivers
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: drivers/network/
 
 Network File Systems kernel libraries
        M: HeisSpiter, Pierre Schweitzer
@@ -85,11 +140,45 @@ Network File Systems kernel libraries
        F: sdk/lib/drivers/rdbsslib/
        F: sdk/lib/drivers/rxce/
 
+NTDLL
+       M:
+       R: HeisSpiter, Pierre Schweitzer
+       R: learn-more, learn_more, Mark Jansen
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: dll/ntdll/
+
+ReactOS API Tests
+       M:
+       R: learn-more, learn_more, Mark Jansen
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: modules/rostests/apitests/
+
+ReactOS Kernel-Mode Tests
+       M: ThFabba, Thomas Faber
+       S: Maintained
+       F: modules/rostests/kmtests/
+
 ROS internals tools
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
        F: modules/rosapps/applications/rosinternals/
 
+Run-Time Library (RTL)
+       M:
+       R: HeisSpiter, Pierre Schweitzer
+       R: learn-more, learn_more, Mark Jansen
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: sdk/lib/rtl/
+
+Shell Extensions
+       M:
+       R: learn-more, learn_more, Mark Jansen
+       S: Maintained
+       F: dll/shellext
+
 Upstream File Systems
        M: HeisSpiter, Pierre Schweitzer
        S: Upstream
@@ -108,6 +197,13 @@ Upstream File Systems
        F: sdk/lib/fslib/ext2lib/
        F: sdk/lib/fslib/vfatlib/check/
 
+USB Drivers
+       M: ThFabba, Thomas Faber
+       S: Maintained
+       F: drivers/usb/
+       F: sdk/lib/drivers/libusb/
+       F: sdk/include/reactos/drivers/usbport/
+
 Virtual CD-ROM
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
@@ -129,3 +225,9 @@ Windows Network File Systems functions
        M: HeisSpiter, Pierre Schweitzer
        S: Upstream
        F: dll/win32/mpr/wnet.c
+
+Wine Tests
+       M:
+       R: ThFabba, Thomas Faber
+       S: Upstream
+       F: modules/rostests/winetests/