Skip to content

docs: Add CODEOWNERS file

Felipe Borges requested to merge add-codeowners-file into main

For more information about GitLab's CODEOWNERS feature check https://docs.gitlab.com/ee/user/project/code_owners.html

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 expertise 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

Merge request reports