comparison .github/CODEOWNERS @ 22089:61a1019de45b v8.2.1594

patch 8.2.1594: pull requests on github do not notify a maintainer Commit: https://github.com/vim/vim/commit/cf8aa6448b3520905bea528ea8ad6533cbef288d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 13:48:58 2020 +0200 patch 8.2.1594: pull requests on github do not notify a maintainer Problem: Pull requests on github do not notify a maintainer. Solution: Add a CODEOWNERS file with a few initial entries.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 14:00:04 +0200
parents
children ef9ad6556cbc
comparison
equal deleted inserted replaced
22088:68c49d2facd2 22089:61a1019de45b
1 # Lines starting with '#' are comments.
2 # Each line is a file pattern followed by one or more owners.
3 # You can use github users with @user or email addresses
4
5 # These owners will be the default owners for everything in the repo.
6 * @defunkt
7
8 # Order is important. The last matching pattern has the most precedence.
9 # So if a pull request only touches javascript files, only these owners
10 # will be requested to review.
11
12 src/libvterm/* @leonerd
13
14 runtime/autoload/getscript.vim @cecamp
15 runtime/autoload/netrw.vim @cecamp
16 runtime/autoload/netrwFileHandlers.vim @cecamp
17 runtime/autoload/netrwSettings.vim @cecamp
18 runtime/autoload/tar.vim @cecamp
19 runtime/autoload/vimball.vim @cecamp
20 runtime/autoload/zip.vim @cecamp
21 runtime/doc/pi_getscript.txt @cecamp
22 runtime/doc/pi_logipat.txt @cecamp
23 runtime/doc/pi_netrw.txt @cecamp
24 runtime/doc/pi_tar.txt @cecamp
25 runtime/doc/pi_vimball.txt @cecamp
26 runtime/doc/pi_zip.txt @cecamp
27 runtime/plugin/getscriptPlugin.vim @cecamp
28 runtime/plugin/logiPat.vim @cecamp
29 runtime/plugin/netrwPlugin.vim @cecamp
30 runtime/plugin/tarPlugin.vim @cecamp
31 runtime/plugin/vimballPlugin.vim @cecamp
32 runtime/plugin/zipPlugin.vim @cecamp
33 runtime/plugin/amiga.vim @cecamp
34 runtime/plugin/csh.vim @cecamp
35 runtime/plugin/dcl.vim @cecamp
36 runtime/plugin/wlmfilt.vim @cecamp
37 runtime/plugin/exports.vim @cecamp
38 runtime/plugin/lex.vim @cecamp
39 runtime/plugin/lisp.vim @cecamp
40 runtime/plugin/maple.vim @cecamp
41 runtime/plugin/netrw.vim @cecamp
42 runtime/plugin/rpcgen.vim @cecamp
43 runtime/plugin/sh.vim @cecamp
44 runtime/plugin/sm.vim @cecamp
45 runtime/plugin/tags.vim @cecamp
46 runtime/plugin/tex.vim @cecamp
47 runtime/plugin/vim.vim @cecamp
48 runtime/plugin/xmath.vim @cecamp
49 runtime/plugin/xxd.vim @cecamp
50 runtime/plugin/yacc.vim @cecamp