Skip to content

Commit 315f107

Browse files
authored
chore: add code owners (#564)
1 parent 329827c commit 315f107

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Set default owner for the entire repository
2+
* @dennisvankekem @ferruhcihan

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"eslint.format.enable": true,
2020
"eslint.validate": ["javascript", "typescript", "typescriptreact"],
2121
"files.associations": {
22-
"*.tmpl": "nginx"
22+
"*.tmpl": "nginx",
23+
"CODEOWNERS": "plaintext"
2324
},
2425
"search.exclude": {
2526
"**/public/i18n": true

CODEOWNERS

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)