diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-07-07 17:58:38 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-07-07 17:58:38 +0200 |
commit | f7dbd3c283f9564d5d19023a0876daf8cedcc217 (patch) | |
tree | c2eb8d9f42d9e45ce0777dafbc66ae597f224e66 /.github | |
parent | 215503ba5901968573562306dbecfc47ef4a85a4 (diff) | |
download | qutebrowser-f7dbd3c283f9564d5d19023a0876daf8cedcc217.tar.gz qutebrowser-f7dbd3c283f9564d5d19023a0876daf8cedcc217.zip |
Add initial CODEOWNERS file
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..f623e0a93 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 |