annotate .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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22089
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 # Lines starting with '#' are comments.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 # Each line is a file pattern followed by one or more owners.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 # You can use github users with @user or email addresses
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 # These owners will be the default owners for everything in the repo.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 * @defunkt
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8 # Order is important. The last matching pattern has the most precedence.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 # So if a pull request only touches javascript files, only these owners
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10 # will be requested to review.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 src/libvterm/* @leonerd
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14 runtime/autoload/getscript.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
15 runtime/autoload/netrw.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
16 runtime/autoload/netrwFileHandlers.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
17 runtime/autoload/netrwSettings.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
18 runtime/autoload/tar.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
19 runtime/autoload/vimball.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
20 runtime/autoload/zip.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
21 runtime/doc/pi_getscript.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
22 runtime/doc/pi_logipat.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
23 runtime/doc/pi_netrw.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
24 runtime/doc/pi_tar.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
25 runtime/doc/pi_vimball.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
26 runtime/doc/pi_zip.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
27 runtime/plugin/getscriptPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
28 runtime/plugin/logiPat.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
29 runtime/plugin/netrwPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
30 runtime/plugin/tarPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
31 runtime/plugin/vimballPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
32 runtime/plugin/zipPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
33 runtime/plugin/amiga.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
34 runtime/plugin/csh.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
35 runtime/plugin/dcl.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
36 runtime/plugin/wlmfilt.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
37 runtime/plugin/exports.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
38 runtime/plugin/lex.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
39 runtime/plugin/lisp.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
40 runtime/plugin/maple.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
41 runtime/plugin/netrw.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
42 runtime/plugin/rpcgen.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
43 runtime/plugin/sh.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
44 runtime/plugin/sm.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
45 runtime/plugin/tags.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
46 runtime/plugin/tex.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
47 runtime/plugin/vim.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
48 runtime/plugin/xmath.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
49 runtime/plugin/xxd.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
50 runtime/plugin/yacc.vim @cecamp