Mercurial > vim
annotate .github/CODEOWNERS @ 26639:bede9e63f1a7
Added tag v8.2.3848 for changeset 6fd15d82e89848929bb02faa4b7e4622e1c740b3
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 18 Dec 2021 19:45:03 +0100 |
parents | 3a63b1e4a6f4 |
children | 5825405e4e2c |
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. |
22328 | 6 #* @brammool |
22089
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 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
|
13 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
|
14 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
|
15 runtime/autoload/netrwSettings.vim @cecamp |
22328 | 16 runtime/autoload/rubycomplete.vim @segfault @dkearns |
22089
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/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
|
18 runtime/autoload/vimball.vim @cecamp |
23305 | 19 runtime/autoload/xmlformat.vim @chrisbra |
22089
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 |
22171 | 21 runtime/compiler/checkstyle.vim @dkearns |
24468 | 22 runtime/compiler/cm3.vim @dkearns |
22328 | 23 runtime/compiler/cucumber.vim @tpope |
22171 | 24 runtime/compiler/dart.vim @dkearns |
25 runtime/compiler/dart2js.vim @dkearns | |
26 runtime/compiler/dart2native.vim @dkearns | |
27 runtime/compiler/dartanalyser.vim @dkearns | |
28 runtime/compiler/dartdevc.vim @dkearns | |
29 runtime/compiler/dartdoc.vim @dkearns | |
30 runtime/compiler/dartfmt.vim @dkearns | |
31 runtime/compiler/eruby.vim @dkearns | |
23737 | 32 runtime/compiler/fbc.vim @dkearns |
22171 | 33 runtime/compiler/gawk.vim @dkearns |
34 runtime/compiler/gjs.vim @dkearns | |
22328 | 35 runtime/compiler/haml.vim @tpope |
22171 | 36 runtime/compiler/javac.vim @dkearns |
37 runtime/compiler/jest.vim @dkearns | |
38 runtime/compiler/jjs.vim @dkearns | |
39 runtime/compiler/jshint.vim @dkearns | |
40 runtime/compiler/jsonlint.vim @dkearns | |
22565 | 41 runtime/compiler/lazbuild.vim @dkearns |
22171 | 42 runtime/compiler/php.vim @dkearns |
24636 | 43 runtime/compiler/powershell.vim @heaths |
22328 | 44 runtime/compiler/rake.vim @tpope @dkearns |
22171 | 45 runtime/compiler/rhino.vim @dkearns |
22328 | 46 runtime/compiler/rspec.vim @tpope @dkearns |
22171 | 47 runtime/compiler/rubocop.vim @dkearns |
22328 | 48 runtime/compiler/ruby.vim @tpope @dkearns |
22171 | 49 runtime/compiler/rubyunit.vim @dkearns |
22328 | 50 runtime/compiler/sass.vim @tpope |
22171 | 51 runtime/compiler/se.vim @dkearns |
22565 | 52 runtime/compiler/shellcheck.vim @dkearns |
24024 | 53 runtime/compiler/sml.vim @dkearns |
25402 | 54 runtime/compiler/spectral.vim @romainl |
22171 | 55 runtime/compiler/stylelint.vim @dkearns |
56 runtime/compiler/tcl.vim @dkearns | |
57 runtime/compiler/tidy.vim @dkearns | |
58 runtime/compiler/ts-node.vim @dkearns | |
59 runtime/compiler/tsc.vim @dkearns | |
60 runtime/compiler/typedoc.vim @dkearns | |
61 runtime/compiler/xmllint.vim @dkearns | |
62 runtime/compiler/xo.vim @dkearns | |
25402 | 63 runtime/compiler/yamllint.vim @romainl |
23164 | 64 runtime/compiler/zsh.vim @dkearns |
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
65 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
|
66 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
|
67 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
|
68 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
|
69 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
|
70 runtime/doc/pi_zip.txt @cecamp |
24636 | 71 runtime/doc/ps1.txt @heaths |
22824 | 72 runtime/ftplugin/awk.vim @dkearns |
23737 | 73 runtime/ftplugin/basic.vim @dkearns |
22328 | 74 runtime/ftplugin/bst.vim @tpope |
23164 | 75 runtime/ftplugin/cfg.vim @chrisbra |
26100 | 76 runtime/ftplugin/clojure.vim @axvr |
25973 | 77 runtime/ftplugin/csh.vim @dkearns |
22171 | 78 runtime/ftplugin/css.vim @dkearns |
22328 | 79 runtime/ftplugin/cucumber.vim @tpope |
22171 | 80 runtime/ftplugin/eiffel.vim @dkearns |
22328 | 81 runtime/ftplugin/eruby.vim @tpope @dkearns |
24569 | 82 runtime/ftplugin/fpcmake.vim @dkearns |
23737 | 83 runtime/ftplugin/freebasic.vim @dkearns |
22328 | 84 runtime/ftplugin/git.vim @tpope |
85 runtime/ftplugin/gitcommit.vim @tpope | |
86 runtime/ftplugin/gitconfig.vim @tpope | |
87 runtime/ftplugin/gitrebase.vim @tpope | |
88 runtime/ftplugin/gitsendemail.vim @tpope | |
23305 | 89 runtime/ftplugin/gprof.vim @dpelle |
22328 | 90 runtime/ftplugin/haml.vim @tpope |
91 runtime/ftplugin/hgcommit.vim @k-takata | |
26591 | 92 runtime/ftplugin/i3config.vim @hiqua |
26219 | 93 runtime/ftplugin/indent.vim @dkearns |
22171 | 94 runtime/ftplugin/javascript.vim @dkearns |
95 runtime/ftplugin/javascriptreact.vim @dkearns | |
23164 | 96 runtime/ftplugin/kconfig.vim @chrisbra |
22328 | 97 runtime/ftplugin/liquid.vim @tpope |
26148 | 98 runtime/ftplugin/lua.vim @dkearns |
24468 | 99 runtime/ftplugin/m3build.vim @dkearns |
100 runtime/ftplugin/m3quake.vim @dkearns | |
22328 | 101 runtime/ftplugin/markdown.vim @tpope |
102 runtime/ftplugin/matlab.vim @cecamp | |
24636 | 103 runtime/ftplugin/meson.vim @Liambeguin |
24468 | 104 runtime/ftplugin/modula3.vim @dkearns |
25880 | 105 runtime/ftplugin/nginx.vim @chr4 |
23164 | 106 runtime/ftplugin/nroff.vim @a-vrma |
22328 | 107 runtime/ftplugin/nsis.vim @k-takata |
25773 | 108 runtime/ftplugin/octave.vim @dkearns |
24569 | 109 runtime/ftplugin/pascal.vim @dkearns |
24636 | 110 runtime/ftplugin/pbtxt.vim @lakshayg |
22328 | 111 runtime/ftplugin/pdf.vim @tpope |
24387 | 112 runtime/ftplugin/ps1.vim @heaths |
113 runtime/ftplugin/ps1xml.vim @heaths | |
26148 | 114 runtime/ftplugin/routeros.vim @zainin |
22328 | 115 runtime/ftplugin/ruby.vim @tpope @dkearns |
116 runtime/ftplugin/sass.vim @tpope | |
117 runtime/ftplugin/scss.vim @tpope | |
26591 | 118 runtime/ftplugin/solution.vim @dkearns |
23305 | 119 runtime/ftplugin/spec.vim @ignatenkobrain |
24636 | 120 runtime/ftplugin/systemverilog.vim @Kocha |
25973 | 121 runtime/ftplugin/tcsh.vim @dkearns |
23737 | 122 runtime/ftplugin/tidy.vim @dkearns |
22328 | 123 runtime/ftplugin/tmux.vim @ericpruitt |
25973 | 124 runtime/ftplugin/toml.vim @averms |
22171 | 125 runtime/ftplugin/typescript.vim @dkearns |
126 runtime/ftplugin/typescriptreact.vim @dkearns | |
23164 | 127 runtime/ftplugin/xml.vim @chrisbra |
128 runtime/ftplugin/zsh.vim @chrisbra | |
22328 | 129 runtime/indent/bst.vim @tpope |
25880 | 130 runtime/indent/cdl.vim @dkearns |
26100 | 131 runtime/indent/clojure.vim @axvr |
25880 | 132 runtime/indent/config.vim @dkearns |
133 runtime/indent/css.vim @dkearns | |
22328 | 134 runtime/indent/cucumber.vim @tpope |
25880 | 135 runtime/indent/d.vim @dkearns |
22328 | 136 runtime/indent/dosbatch.vim @k-takata |
25880 | 137 runtime/indent/dtd.vim @dkearns |
138 runtime/indent/dylan.vim @dkearns | |
139 runtime/indent/elm.vim @andys8 | |
22328 | 140 runtime/indent/eruby.vim @tpope @dkearns |
25880 | 141 runtime/indent/eterm.vim @dkearns |
142 runtime/indent/framescript.vim @dkearns | |
22328 | 143 runtime/indent/gitconfig.vim @tpope |
144 runtime/indent/haml.vim @tpope | |
25880 | 145 runtime/indent/idlang.vim @dkearns |
146 runtime/indent/ld.vim @dkearns | |
22328 | 147 runtime/indent/liquid.vim @tpope |
25880 | 148 runtime/indent/make.vim @dkearns |
24636 | 149 runtime/indent/meson.vim @Liambeguin |
25880 | 150 runtime/indent/mma.vim @dkearns |
151 runtime/indent/nginx.vim @chr4 | |
22328 | 152 runtime/indent/nsis.vim @k-takata |
25880 | 153 runtime/indent/occam.vim @dkearns |
154 runtime/indent/postscr.vim @dkearns | |
155 runtime/indent/prolog.vim @dkearns | |
24387 | 156 runtime/indent/ps1.vim @heaths |
25880 | 157 runtime/indent/readline.vim @dkearns |
22328 | 158 runtime/indent/ruby.vim @AndrewRadev @dkearns |
159 runtime/indent/sass.vim @tpope | |
160 runtime/indent/scss.vim @tpope | |
23164 | 161 runtime/indent/sh.vim @chrisbra |
24636 | 162 runtime/indent/systemverilog.vim @Kocha |
25880 | 163 runtime/indent/tcl.vim @dkearns |
25973 | 164 runtime/indent/tcsh.vim @dkearns |
23305 | 165 runtime/indent/teraterm.vim @k-takata |
23164 | 166 runtime/indent/xml.vim @chrisbra |
167 runtime/indent/zsh.vim @chrisbra | |
23305 | 168 runtime/keymap/tamil_tscii.vim @yegappan |
169 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan | |
23164 | 170 runtime/pack/dist/opt/matchit/ @chrisbra |
22171 | 171 runtime/plugin/getscriptPlugin.vim @cecamp |
172 runtime/plugin/logiPat.vim @cecamp | |
173 runtime/plugin/netrwPlugin.vim @cecamp | |
174 runtime/plugin/tarPlugin.vim @cecamp | |
175 runtime/plugin/vimballPlugin.vim @cecamp | |
176 runtime/plugin/zipPlugin.vim @cecamp | |
23305 | 177 runtime/syntax/aidl.vim @dpelle |
22328 | 178 runtime/syntax/amiga.vim @cecamp |
26050 | 179 runtime/syntax/arduino.vim @johshoff |
22824 | 180 runtime/syntax/asm.vim @dkearns |
181 runtime/syntax/asmh8300.vim @dkearns | |
24636 | 182 runtime/syntax/asterisk.vim @jaunis |
22824 | 183 runtime/syntax/awk.vim @dkearns |
23737 | 184 runtime/syntax/basic.vim @dkearns |
22328 | 185 runtime/syntax/bst.vim @tpope |
23305 | 186 runtime/syntax/cabal.vim @coot |
23164 | 187 runtime/syntax/cabalconfig.vim @coot |
188 runtime/syntax/cabalproject.vim @coot | |
26100 | 189 runtime/syntax/clojure.vim @axvr |
23164 | 190 runtime/syntax/cs.vim @nickspoons |
22328 | 191 runtime/syntax/csh.vim @cecamp |
192 runtime/syntax/cucumber.vim @tpope | |
23305 | 193 runtime/syntax/datascript.vim @dpelle |
22328 | 194 runtime/syntax/dcl.vim @cecamp |
24278 | 195 runtime/syntax/desktop.vim @e-kwsm |
24636 | 196 runtime/syntax/dot.vim @mmottl |
23305 | 197 runtime/syntax/doxygen.vim @frogonwheels |
23164 | 198 runtime/syntax/dtd.vim @chrisbra |
24636 | 199 runtime/syntax/dts.vim @zonque |
22328 | 200 runtime/syntax/elmfilt.vim @cecamp |
201 runtime/syntax/eruby.vim @tpope @dkearns | |
202 runtime/syntax/exports.vim @cecamp | |
24569 | 203 runtime/syntax/fpcmake.vim @dkearns |
22328 | 204 runtime/syntax/git.vim @tpope |
205 runtime/syntax/gitcommit.vim @tpope | |
206 runtime/syntax/gitconfig.vim @tpope | |
207 runtime/syntax/gitrebase.vim @tpope | |
23305 | 208 runtime/syntax/gprof.vim @dpelle |
24278 | 209 runtime/syntax/groff.vim @jmarshall |
22328 | 210 runtime/syntax/haml.vim @tpope |
23164 | 211 runtime/syntax/haskell.vim @coot |
22328 | 212 runtime/syntax/hgcommit.vim @k-takata |
26591 | 213 runtime/syntax/i3config.vim @hiqua |
26219 | 214 runtime/syntax/indent.vim @dkearns |
23164 | 215 runtime/syntax/kconfig.vim @chrisbra |
24636 | 216 runtime/syntax/less.vim @genoma |
22328 | 217 runtime/syntax/lex.vim @cecamp |
218 runtime/syntax/liquid.vim @tpope | |
219 runtime/syntax/lisp.vim @cecamp | |
22171 | 220 runtime/syntax/lynx.vim @dkearns |
24468 | 221 runtime/syntax/m3build.vim @dkearns |
222 runtime/syntax/m3quake.vim @dkearns | |
22171 | 223 runtime/syntax/mailcap.vim @dkearns |
22328 | 224 runtime/syntax/make.vim @rohieb |
225 runtime/syntax/maple.vim @cecamp | |
226 runtime/syntax/markdown.vim @tpope | |
24636 | 227 runtime/syntax/meson.vim @Liambeguin |
24468 | 228 runtime/syntax/modula3.vim @dkearns |
22328 | 229 runtime/syntax/netrw.vim @cecamp |
25880 | 230 runtime/syntax/nginx.vim @chr4 |
24278 | 231 runtime/syntax/nroff.vim @jmarshall |
22328 | 232 runtime/syntax/nsis.vim @k-takata |
24569 | 233 runtime/syntax/pascal.vim @dkearns |
24636 | 234 runtime/syntax/pbtxt.vim @lakshayg |
22328 | 235 runtime/syntax/pdf.vim @tpope |
236 runtime/syntax/php.vim @TysonAndre | |
22171 | 237 runtime/syntax/privoxy.vim @dkearns |
23573 | 238 runtime/syntax/prolog.vim @XVilka |
24387 | 239 runtime/syntax/ps1.vim @heaths |
240 runtime/syntax/ps1xml.vim @heaths | |
24636 | 241 runtime/syntax/psl.vim @danielkho |
23164 | 242 runtime/syntax/rc.vim @chrisbra |
26148 | 243 runtime/syntax/routeros.vim @zainin |
22328 | 244 runtime/syntax/rpcgen.vim @cecamp |
22171 | 245 runtime/syntax/ruby.vim @dkearns |
22328 | 246 runtime/syntax/sass.vim @tpope |
247 runtime/syntax/scss.vim @tpope | |
248 runtime/syntax/sh.vim @cecamp | |
249 runtime/syntax/sm.vim @cecamp | |
23305 | 250 runtime/syntax/spec.vim @ignatenkobrain |
23164 | 251 runtime/syntax/sqloracle.vim @chrisbra |
24278 | 252 runtime/syntax/sshconfig.vim @Jakuje |
23164 | 253 runtime/syntax/sshdconfig.vim @Jakuje |
24278 | 254 runtime/syntax/sudoers.vim @e-kwsm |
24636 | 255 runtime/syntax/systemverilog.vim @Kocha |
22328 | 256 runtime/syntax/tags.vim @cecamp |
25973 | 257 runtime/syntax/tcsh.vim @dkearns |
22328 | 258 runtime/syntax/teraterm.vim @k-takata |
259 runtime/syntax/tex.vim @cecamp | |
22171 | 260 runtime/syntax/tidy.vim @dkearns |
22328 | 261 runtime/syntax/tmux.vim @ericpruitt |
25973 | 262 runtime/syntax/toml.vim @averms |
22328 | 263 runtime/syntax/vim.vim @cecamp |
22171 | 264 runtime/syntax/wget.vim @dkearns |
265 runtime/syntax/xbl.vim @dkearns | |
22328 | 266 runtime/syntax/xmath.vim @cecamp |
23305 | 267 runtime/syntax/xml.vim @chrisbra |
22328 | 268 runtime/syntax/xslt.vim @Boobies |
269 runtime/syntax/xxd.vim @cecamp | |
270 runtime/syntax/yacc.vim @cecamp | |
23164 | 271 runtime/syntax/zsh.vim @chrisbra |
23305 | 272 runtime/tutor/tutor.eo @dpelle |
273 runtime/tutor/tutor.eo.utf-8 @dpelle | |
274 runtime/tutor/tutor.fr @dpelle | |
275 runtime/tutor/tutor.fr.utf-8 @dpelle | |
24636 | 276 src/iscygpty.* @k-takata |
277 src/libvterm/ @leonerd | |
23164 | 278 src/po/de.po @chrisbra |
23305 | 279 src/po/eo.po @dpelle |
280 src/po/fr.po @dpelle | |
25161 | 281 src/xxd/ @jnweiger |