Compare commits

...

1 Commits

Author SHA1 Message Date
Emmanuele Bassi
2d370768db Update CODEOWNERS file
GitLab has standardised the CODEOWNERS file and made it available on
self-hosted instances.
2023-10-19 13:23:46 +01:00

View File

@@ -2,8 +2,9 @@
# a merge request for files listed here, please add the following people to # a merge request for files listed here, please add the following people to
# the list of reviewers # the list of reviewers
# The syntax of this file is similar to the GitHub CODEOWNERS file: # The syntax of this file is defined in the GitLab documentation:
# https://help.github.com/articles/about-codeowners/ # https://docs.gitlab.com/ee/user/project/codeowners/reference.html
#
# Which, in turn, is similar to the .gitignore and .gitattributes files: # Which, in turn, is similar to the .gitignore and .gitattributes files:
# #
# - comments start with `#` # - comments start with `#`
@@ -14,64 +15,61 @@
# If you want to be responsible for code reviews in specific sections of # If you want to be responsible for code reviews in specific sections of
# the GTK code base, add yourself here. # the GTK code base, add yourself here.
# Maintainer [Maintainer]
* @matthiasc * @matthiasc
# Build system [Build system]
meson.build @ebassi @nirbheek meson.build @ebassi @nirbheek @xclaesse
*.py @ebassi *.py @ebassi
# CSS [CSS]
gtk/gtkcss*.[ch] @otte @baedert /gtk/gtkcss*.[ch] @otte @matthiasc
gtk/gtkstyle*.[ch] @otte @baedert /gtk/gtkstyle*.[ch] @otte @matthiasc
# Gestures [Gestures]
gtk/gtkeventcontroller* @carlosg /gtk/gtkeventcontroller* @carlosg
gtk/gtkgesture*.[ch] @carlosg /gtk/gtkgesture*.[ch] @carlosg
# GtkFileChooser [Input methods]
gtk/gtkfilechooser* @federico @ebassi /gtk/gtkimcontext* @carlosg
gtk/gtkfilesystem* @federico @ebassi
gtk/gtkfilefilter* @federico @ebassi
# GtkFontChooser [Media]
gtk/gtkfontchooser* @matthiasc /gtk/gtkmedia* @otte
# Input methods [GSK]
gtk/gtkimcontext* @carlosg /gsk/ @otte @chergert @ebassi
# Media [GL rendering]
gtk/gtkmedia* @otte /gsk/gl/ @otte @chergert
# GSK [Vulkan rendering]
gsk @otte @baedert @ebassi /gsk/vulkan @otte
# GL rendering [Documentation]
gsk/gl @baedert @ebassi /docs/ @ebassi @dboles
README.md @ebassi
CONTRIBUTING.md @ebassi @matthiasc
# Vulkan rendering [Wayland]
gsk/vulkan /gdk/wayland @jadahl
# Documentation [X11]
docs/ @ebassi @dboles /gdk/x11 @ofourdan @matthiasc @carlosg
# Wayland [macOS]
gdk/wayland @jadahl /gdk/macos @chergert
# X11 [Themes]
gdk/x11 @ofourdan @matthiasc /gtk/themes @lapoc @jimmac
# Themes [Inspector]
gtk/themes @lapoc @jimmac /gtk/inspector @otte @matthiasc
# Inspector [Layout managers]
gtk/inspector @otte @matthiasc /gtk/gtklayout* @ebassi
/gtk/gtkconstraint* @ebassi
# Layout managers [Accessibility]
gtk/gtklayout* @ebassi /gtk/gtkaccessible*.[ch] @ebassi @tyrylu @matthiasc
gtk/gtkconstraint* @ebassi /gtk/gtkatcontext*.[ch] @ebassi @tyrylu @matthiasc
/gtk/a11y @ebassi @tyrylu
# Accessibility
gtk/gtkaccessible*.[ch] @ebassi
gtk/gtkatcontext*.[ch] @ebassi
gtk/a11y @ebassi