gtk/docs/CODEOWNERS
Line: 18: incorrect codeowner user: matthiasc Line: 18: no users/groups matched Line: 21: incorrect codeowner user: ebassi Line: 21: incorrect codeowner user: nirbheek Line: 21: no users/groups matched Line: 22: incorrect codeowner user: ebassi Line: 22: no users/groups matched Line: 25: incorrect codeowner user: otte Line: 25: incorrect codeowner user: baedert Line: 25: no users/groups matched Line: 26: incorrect codeowner user: otte Line: 26: incorrect codeowner user: baedert Line: 26: no users/groups matched Line: 29: incorrect codeowner user: carlosg Line: 29: no users/groups matched Line: 30: incorrect codeowner user: carlosg Line: 30: no users/groups matched Line: 33: incorrect codeowner user: federico Line: 33: incorrect codeowner user: ebassi Line: 33: no users/groups matched Line: 34: incorrect codeowner user: federico Line: 34: incorrect codeowner user: ebassi Line: 34: no users/groups matched Line: 35: incorrect codeowner user: federico Line: 35: incorrect codeowner user: ebassi Line: 35: no users/groups matched Line: 38: incorrect codeowner user: matthiasc Line: 38: no users/groups matched Line: 41: incorrect codeowner user: carlosg Line: 41: no users/groups matched Line: 44: incorrect codeowner user: otte Line: 44: no users/groups matched Line: 47: incorrect codeowner user: otte Line: 47: incorrect codeowner user: baedert Line: 47: incorrect codeowner user: ebassi Line: 47: no users/groups matched Line: 50: incorrect codeowner user: baedert Line: 50: incorrect codeowner user: ebassi Line: 50: no users/groups matched Line: 53: incorrect format Line: 56: incorrect codeowner user: ebassi Line: 56: incorrect codeowner user: dboles Line: 56: no users/groups matched Line: 59: incorrect codeowner user: jadahl Line: 59: no users/groups matched Line: 62: incorrect codeowner user: ofourdan Line: 62: incorrect codeowner user: matthiasc Line: 62: no users/groups matched Line: 65: incorrect codeowner user: lapoc Line: 65: incorrect codeowner user: jimmac Line: 65: no users/groups matched Line: 68: incorrect codeowner user: otte Line: 68: incorrect codeowner user: matthiasc Line: 68: no users/groups matched Line: 71: incorrect codeowner user: ebassi Line: 71: no users/groups matched Line: 72: incorrect codeowner user: ebassi Line: 72: no users/groups matched Line: 75: incorrect codeowner user: ebassi Line: 75: no users/groups matched Line: 76: incorrect codeowner user: ebassi Line: 76: no users/groups matched Line: 77: incorrect codeowner user: ebassi Line: 77: no users/groups matched
Emmanuele Bassi 3c9a13e6cf Update CODEOWNERS
Add me as the reference for the accessibility bits of the code base.
2020-12-11 23:42:25 +00:00

78 lines
1.8 KiB
Plaintext

# These are the people responsible for subsystems in GTK; if you're opening
# a merge request for files listed here, please add the following people to
# the list of reviewers
# The syntax of this file is similar to the GitHub CODEOWNERS file:
# https://help.github.com/articles/about-codeowners/
# 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
#
# If you want to be responsible for code reviews in specific sections of
# the GTK code base, add yourself here.
# Maintainer
* @matthiasc
# Build system
meson.build @ebassi @nirbheek
*.py @ebassi
# CSS
gtk/gtkcss*.[ch] @otte @baedert
gtk/gtkstyle*.[ch] @otte @baedert
# Gestures
gtk/gtkeventcontroller* @carlosg
gtk/gtkgesture*.[ch] @carlosg
# GtkFileChooser
gtk/gtkfilechooser* @federico @ebassi
gtk/gtkfilesystem* @federico @ebassi
gtk/gtkfilefilter* @federico @ebassi
# GtkFontChooser
gtk/gtkfontchooser* @matthiasc
# Input methods
gtk/gtkimcontext* @carlosg
# Media
gtk/gtkmedia* @otte
# GSK
gsk @otte @baedert @ebassi
# GL rendering
gsk/gl @baedert @ebassi
# Vulkan rendering
gsk/vulkan
# Documentation
docs/ @ebassi @dboles
# Wayland
gdk/wayland @jadahl
# X11
gdk/x11 @ofourdan @matthiasc
# Themes
gtk/themes @lapoc @jimmac
# Inspector
gtk/inspector @otte @matthiasc
# Layout managers
gtk/gtklayout* @ebassi
gtk/gtkconstraint* @ebassi
# Accessibility
gtk/gtkaccessible*.[ch] @ebassi
gtk/gtkatcontext*.[ch] @ebassi
gtk/a11y @ebassi