chore: Issue/PR templates & CODEOWNERS file (#1906)

This commit is contained in:
Pat Cavit 2017-07-19 11:17:51 -07:00 committed by GitHub
parent 1434d35a6a
commit 49e52c6c00
3 changed files with 72 additions and 0 deletions

11
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,11 @@
# Leo owns everything, for better or worse
* @lhorie
.travis.yml @tivac
package.json @tivac
.npmignore @tivac
.eslintrc.js @tivac
.eslintignore @tivac
README.md @tivac
docs/ @tivac
performance/ @tivac