summaryrefslogtreecommitdiff
path: root/docs/CODEOWNERS
blob: 82edbc87436d73c7817c6a27113c554aff119ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# 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