Add initial CODEOWNERS file

This commit is contained in:
Florian Bruhin 2017-07-07 17:58:38 +02:00
parent 215503ba59
commit f7dbd3c283

10
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,10 @@
* @The-Compiler
qutebrowser/browser/history.py @The-Compiler @rcorre
qutebrowser/completion/* @The-Compiler @rcorre
qutebrowser/misc/sql.py @The-Compiler @rcorre
tests/end2end/features/completion.feature @The-Compiler @rcorre
tests/end2end/features/test_completion_bdd.py @The-Compiler @rcorre
tests/unit/browser/test_history.py @The-Compiler @rcorre
tests/unit/completion/* @The-Compiler @rcorre
tests/unit/misc/test_sql.py @The-Compiler @rcorre