diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-05 13:48:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-05 13:48:58 +0200 |
commit | cf8aa6448b3520905bea528ea8ad6533cbef288d (patch) | |
tree | ee3eb5eaa3951ea891433ba8c947e45ac78a7cc9 /Filelist | |
parent | e2e4075fad1326181edc5a131e48c644ef613693 (diff) | |
download | vim-git-cf8aa6448b3520905bea528ea8ad6533cbef288d.tar.gz |
patch 8.2.1594: pull requests on github do not notify a maintainerv8.2.1594
Problem: Pull requests on github do not notify a maintainer.
Solution: Add a CODEOWNERS file with a few initial entries.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ SRC_ALL = \ .travis.yml \ .cirrus.yml \ .github/workflows/ci-windows.yaml \ + .github/CODEOWNERS \ appveyor.yml \ ci/appveyor.bat \ ci/if_ver*.vim \ |