gnome-control-center/docs/CODEOWNERS
Line: 23: incorrect codeowner user: felipeborges Line: 23: incorrect codeowner user: robert_ancell Line: 23: no users/groups matched Line: 27: incorrect codeowner user: cyberphantom52 Line: 27: no users/groups matched Line: 30: incorrect codeowner user: pksadiq Line: 30: no users/groups matched Line: 33: incorrect codeowner user: nishalkulkarni Line: 33: no users/groups matched Line: 34: incorrect codeowner user: nishalkulkarni Line: 34: no users/groups matched Line: 37: incorrect codeowner user: hadess Line: 37: no users/groups matched Line: 40: incorrect codeowner user: mkasik Line: 40: no users/groups matched Line: 43: incorrect codeowner user: melix99 Line: 43: no users/groups matched Line: 46: incorrect codeowner user: carlosg Line: 46: no users/groups matched Line: 49: incorrect codeowner user: pksadiq Line: 49: no users/groups matched
Felipe Borges 687540a09d docs: Add CODEOWNERS file
This file allows us to manage the gitlab permission responsibilities
between contributors and offers more granularity than the DOAP file.

This initial version includes the exact same information as the
gnome-control-center.doap file.

From now on, we could invite and add contributors that have expertize
in certain parts of the codebase and add them to this file. These
don't need to be made responsible for entire panels, but could be
specific to certain domain-specific files.

This was inspired by GLib's CODEOWNERS file
https://gitlab.gnome.org/GNOME/glib/-/blob/5803a248/docs/CODEOWNERS
2023-09-22 11:53:00 +00:00

49 lines
1.3 KiB
Text

# These are the people responsible for Settings panels and domain-specific
# parts of the GNOME Settings codebase.
#
# If you open a merge request for files listed here, please add the following
# people to the list of reviewers.
# The syntax of this file is defined by GitLab:
# https://docs.gitlab.com/ee/user/project/code_owners.html
# Which, in turn, is similar to the .gitignore and .gitattributes files:
#
# - comments start with `#`
# - the first column contains paths and globs
# - the second column contains GitLab user names or email addresses,
# separated by spaces
#
# The last matching glob (rather than the union of *all* matching globs) gives
# the owners of a piece of code.
#
# If you want to be responsible for code reviews in specific sections of
# the GNOME Settings code base, add yourself here.
# General maintainers
* @felipeborges @robert_ancell
# Panels
## About
panels/info-overview/* @cyberphantom52
## Accessibility
panels/universal-access/* @pksadiq
## Apps
panels/applications/cc-default-apps-* @nishalkulkarni
panels/applications/cc-removable-media-settings* @nishalkulkarni
## Bluetooth
panels/bluetooth/* @hadess
## Printers
panels/printers/* @mkasik
## Sound
panels/sound/* @melix99
## Wacom
panels/wacom/* @carlosg
## WWAN (Cellular)
panels/wwan/* @pksadiq