rename CODE-OWNERS to CODEOWNERS
authorTimm Bäder <mail@baedert.org>
Wed, 8 Jan 2020 19:59:11 +0000 (20:59 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 8 Jan 2020 20:03:15 +0000 (21:03 +0100)
gitlab reads the new filename but not the old one.

CONTRIBUTING.md
docs/CODE-OWNERS [deleted file]
docs/CODEOWNERS [new file with mode: 0644]

index 4743e81f07a298cfeeec6caeeda0e479d0a2cf24..713c259190b432299a54b9abb76b5b822fa821aa 100644 (file)
@@ -174,7 +174,7 @@ maintainers review your contribution.
 
 Each contribution is reviewed by the core developers of the GTK project.
 
-The [CODE-OWNERS](./docs/CODE-OWNERS) document contains the list of core
+The [CODEOWNERS](./docs/CODEOWNERS) document contains the list of core
 contributors to GTK and the areas for which they are responsible; you
 should ensure to receive their review and signoff on your changes.
 
diff --git a/docs/CODE-OWNERS b/docs/CODE-OWNERS
deleted file mode 100644 (file)
index 00f16b0..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-# 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
-gtk/gtkfilesystem*      @federico
-gtk/gtkfilefilter*      @federico
-
-# 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
diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS
new file mode 100644 (file)
index 0000000..00f16b0
--- /dev/null
@@ -0,0 +1,68 @@
+# 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
+gtk/gtkfilesystem*      @federico
+gtk/gtkfilefilter*      @federico
+
+# 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